Alterações na distribuição 3.22.11
Important: You must run the mysql_fix_privilege_tables script when you upgrade to this version! This is needed because of the new GRANT system. If you don't do this, you will get Access denied when you try to use ALTER TABLE, CREATE INDEX, or DROP INDEX.
GRANTto allow/deny users table and column access.- Changed
USER()to return a value inuser@hostformat. Formerly it returned onlyuser. - Changed the syntax for how to set
PASSWORDfor another user. - New command
FLUSH STATUSthat resets most status variables to zero. - New status variables:
aborted_threads,aborted_connects. - New option variable:
connection_timeout. - Added support for Thai sorting (by Pruet Boonma
<pruet@ds90.intanon.nectec.or.th>). - Slovak and Japanese error messages.
- Configuration and portability fixes.
- Added option
SET SQL_WARNINGS=1to get a warning count also for simple (single-row) inserts. - MySQL now uses
SIGTERMinstead ofSIGQUITwith shutdown to work better on FreeBSD. - Added option
\G(print vertically) toMariaDB. SELECT HIGH_PRIORITY ...killedmysqld.IS NULLon aAUTO_INCREMENTcolumn in aLEFT JOINdidn't work as expected.- New function
MAKE_SET().