Alterações na distribuição 3.23.19
Changed copyright for all files to GPL for the server code and utilities and to LGPL for the client libraries. See http://www.fsf.org/licenses/.
- Fixed bug where all rows matching weren't updated on a
MyISAMtable when doing update based on key on a table with many keys and some key changed values. - The Linux MariaDB RPMs and binaries are now statically linked with a linuxthread version that has faster mutex handling when used with MySQL.
ORDER BYcan now useREFkeys to find subsets of the rows that need to be sorted.- Changed name of
print_defaultsprogram tomy_print_defaultsto avoid name confusion. - Fixed
NULLIF()to work as required by SQL-99. - Added
net_read_timeoutandnet_write_timeoutas startup parameters tomysqld. - Fixed bug that destroyed index when doing
myisamchk --sort-recordson a table with prefix compressed index. - Added
pack_isamandmyisampackto the standard MariaDB distribution. - Added the syntax
BEGIN WORK(the same asBEGIN). - Fixed core dump bug when using
ORDER BYon aCONV()expression. - Added
LOAD TABLE FROM MASTER. - Added
FLUSH MASTERandFLUSH SLAVE. - Fixed big/little endian problem in the replication.