Alterações na distribuição 3.22.10
mysql_install_db no longer starts the MariaDB server! You should start mysqld with safe_mysqld after installing it! The MariaDB RPM will, however, start the server as before.
- Added
--bootstrapoption tomysqldand recodedmysql_install_dbto use it. This will make it easier to install MariaDB with RPMs. - Changed
+,-(sign and minus),*,/,%,ABS()andMOD()to beBIGINTaware (64-bit safe). - Fixed a bug in
ALTER TABLEthat causedmysqldto crash. - MySQL now always reports the conflicting key values when a duplicate key entry occurs. (Before this was only reported for
INSERT.) - New syntax:
INSERT INTO tbl_name SET col_name=value, col_name=value, ... - Most errors in the
.errlog are now prefixed with a time stamp. - Added option
MYSQL_INIT_COMMANDtomysql_options()to make a query on connect or reconnect. - Added option
MYSQL_READ_DEFAULT_FILEandMYSQL_READ_DEFAULT_GROUPtomysql_options()to read the following parameters from the MariaDB option files:port,socket,compress,password,pipe,timeout,user,init-command,hostanddatabase. - Added
maybe_nullto the UDF structure. - Added option
IGNOREtoINSERTstatements with many rows. - Fixed some problems with sorting of the
koi8character sets; users ofkoi8must runisamchk -rqon each table that has an index on aCHARorVARCHARcolumn. - New script
mysql_setpermission, by Luuk de Boer. It allows easy creation of new users with permissions for specific databases. - Allow use of hexadecimal strings (0x...) when specifying a constant string (like in the column separators with
LOAD DATA INFILE). - Ported to OS/2 (thanks to Antony T. Curtis
<antony.curtis@olcs.net>). - Added more variables to
SHOW STATUSand changed format of output to be likeSHOW VARIABLES. - Added
extended-statuscommand tomysqladminwhich will show the new status variables.