Old MySQL Versions
Last updated
Was this helpful?
MariaDB 5.1 was the first release of MariaDB. It was based on MySQL 5.1.
In a sense, users can think about MySQL 5.0 and older releases (or even older releases of the MySQL 5.1 tree) as old versions of MariaDB.
This page lists the main features that were added in very old MySQL trees, before MariaDB was created. This is done for historical purpose, and can also be useful for users who still run those versions.
Configuration files
Compressed protocol
HAVING
Replication (only statement-based, no SSL).
Temporary tables
Portable tables through different machines
Table comments
...
InnoDB enabled by default.
Dynamic configuration variables.
FULLTEXT for MyISAM.
Multi-table DELETE and UPDATE.
Embedded server.
Subqueries (not optimized).
Faster protocol.
GIS support for MyISAM
B-TREE for MEMORY tables.
Replication over SSL.
UTF-8 character set.
Partitioning.
Storage engines API.
Plugins API.
Row-based and mixed replication.
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?
Was this helpful?

