Alterações na distribuição 3.23.11
Allow the ALTER TABLE tbl_name ADD (field_list) syntax.
- Fixed problem with optimiser that could sometimes use incorrect keys.
- Fixed that
GRANT/REVOKE ALL PRIVILEGESdoesn't affectGRANT OPTION. - Removed extra '
)' from the output ofSHOW GRANTS. - Fixed problem when storing numbers in timestamps.
- Fix problem with timezones that have half hour offsets.
- Allow the syntax
UNIQUE INDEXinCREATEstatements. mysqlhotcopy- fast online hot-backup utility for local MariaDB databases. By Tim Bunce.- New more secure
mysqlaccess. Thanks to Steve Harvey for this. - Added
--i-am-a-dummyand--safe-updatesoptions toMariaDB. - Added
select_limitandmax_join_sizevariables toMariaDB. - Added
SQL_MAX_JOIN_SIZEandSQL_SAFE_UPDATESoptions. - Added
READ LOCALlock that doesn't lock the table for concurrent inserts. (This is used bymysqldump.) - Changed that
LOCK TABLES ... READdoesn't anymore allow concurrent inserts. - Added
--skip-delay-key-writeoption tomysqld. - Fixed security problem in the protocol regarding password checking.
_rowidcan now be used as an alias for an integer type unique indexed column.- Added back blocking of
SIGPIPEwhen compiling with--thread-safe-clientsto make things safe for old clients.