Alterações na distribuição 3.23.16
Added SLAVE START and SLAVE STOP statements.
- Added
TYPE=QUICKoption toCHECKand toREPAIR. - Fixed bug in
REPAIR TABLEwhen the table was in use by other threads. - Added a thread cache to make it possible to debug MariaDB with
gdbwhen one does a lot of reconnects. This will also improve systems where you can't use persistent connections. - Lots of fixes in the Berkeley DB interface.
UPDATE IGNOREwill not abort if an update results in aDUPLICATE_KEYerror.- Put
CREATE TEMPORARY TABLEcommands in the update log. - Fixed bug in handling of masked IP numbers in the privilege tables.
- Fixed bug with
delay_key_writetables andCHECK TABLE. - Added
replicate-do-dbandreplicate-ignore-dboptions tomysqld, to restrict which databases get replicated. - Added
SQL_LOG_BINoption.