Alterações na distribuição 3.21.11
Configure changes.
- MySQL now works with the new thread library on BSD/OS 3.0.
- Added new group functions
BIT_OR()andBIT_AND(). - Added compatibility functions
CHECKandREFERENCES.CHECKis now a reserved word. - Added
ALLoption toGRANTfor better compatibility. (GRANTis still a dummy function.) - Added partly-translated Dutch error messages.
- Fixed bug in
ORDER BYandGROUP BYwithNULLcolumns. - Added function
LAST_INSERT_ID()SQL function to retrieve lastAUTO_INCREMENTvalue. This is intended for clients to ODBC that can't use themysql_insert_id()API function, but can be used by any client. - Added
--flush-logsoption tomysqladmin. - Added command
STATUStoMariaDB. - Fixed problem with
ORDER BY/GROUP BYbecause of bug ingcc. - Fixed problem with
INSERT ... SELECT ... GROUP BY.