Alterações na distribuição 3.22.9
SET SQL_LOG_UPDATE=0 caused a lockup of the server.
- New SQL command:
FLUSH [ TABLES | HOSTS | LOGS | PRIVILEGES ] [, ...] - New SQL command:
KILLthread_id. - Added casts and changed include files to make MariaDB easier to compile on AIX and DEC OSF/1 4.x
- Fixed conversion problem when using
ALTER TABLEfrom aINTto a shortCHAR()column. - Added
SELECT HIGH_PRIORITY; this will get a lock for theSELECTeven if there is a thread waiting for anotherSELECTto get aWRITE LOCK. - Moved
wild_compare()to string class to be able to useLIKEonBLOB/TEXTcolumns with\0. - Added
ESCAPEoption toLIKE. - Added a lot more output to
mysqladmin debug. - You can now start
mysqldon Windows with the--flushoption. This will flush all tables to disk after each update. This makes things much safer on the Windows platforms but also much slower.