Alterações na distribuição 3.23.18
Fixed a problem from 3.23.17 when choosing character set on the client side.
- Added
FLUSH TABLES WITH READ LOCKto make a global lock suitable for making a copy of MariaDB datafiles. CREATE TABLE ... SELECT ... PROCEDUREnow works.- Internal temporary tables will now use compressed index when using
GROUP BYonVARCHAR/CHARcolumns. - Fixed a problem when locking the same table with both a
READand aWRITElock. - Fixed problem with
myisamchkandRAIDtables.