Alterações na distribuição 3.23.22 (31 Jul 2000)
Fixed that lex_hash.h is created properly for each MariaDB distribution.
- Fixed that
MASTERandCOLLECTIONare not reserved words. - The log generated by
--slow-query-logdidn't contain the whole queries. - Fixed that open transactions in
BDBtables are rolled back if the connection is closed unexpectedly. - Added workaround for a bug in
gcc2.96 (intel) andgcc2.9 (IA-64) ingen_lex_hash.c. - Fixed memory leak in the client library when using
host=in themy.cnffile. - Optimized functions that manipulate the hours/minutes/seconds.
- Fixed bug when comparing the result of
DATE_ADD()/DATE_SUB()against a number. - Changed the meaning of
-F, --fastformyisamchk. Added-C, --check-only-changedoption tomyisamchk. - Added
ANALYZE tbl_nameto update key statistics for tables. - Changed binary items
0x...to be regarded as integers by default. - Fix for SCO and
SHOW PROCESSLIST. - Added
auto-rehashon reconnect for theMariaDBclient. - Fixed a newly introduced bug in
MyISAM, where the index file couldn't get bigger than 64M. - Added
SHOW MASTER STATUSandSHOW SLAVE STATUS.