Alterações na distribuição 3.20.18
Added -p# (remove # directories from path) to isamlog. All files are written with a relative path from the database directory Now mysqld shouldn't crash on shutdown when using the --log-isam option.
- New
mysqlperlversion. It is now compatible withmsqlperl-0.63. - New
DBDmodule available. - Added group function
STD()(standard deviation). - The
mysqldserver is now compiled by default without debugging information. This will make the daemon smaller and faster. - Now one usually only has to specify the
--basediroption tomysqld. All other paths are relative in a normal installation. BLOBcolumns sometimes contained garbage when used with aSELECTon more than one table andORDER BY.- Fixed that calculations that are not in
GROUP BYwork as expected (SQL-99 extension). Example:mysql>
SELECT id,id+1 FROM table GROUP BY id; - The test of using
MYSQL_PWDwas reversed. NowMYSQL_PWDis enabled as default in the default release. - Fixed conversion bug which caused
mysqldto core dump with Arithmetic error on SPARC-386. - Added
--unbufferedoption toMariaDB, for newmysqlaccess. - When using overlapping (unnecessary) keys and join over many tables, the optimiser could get confused and return 0 records.