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
CHECK
andREFERENCES
.CHECK
is now a reserved word. - Added
ALL
option toGRANT
for better compatibility. (GRANT
is still a dummy function.) - Added partly-translated Dutch error messages.
- Fixed bug in
ORDER BY
andGROUP BY
withNULL
columns. - Added function
LAST_INSERT_ID()
SQL function to retrieve lastAUTO_INCREMENT
value. 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-logs
option tomysqladmin
. - Added command
STATUS
toMariaDB
. - Fixed problem with
ORDER BY
/GROUP BY
because of bug ingcc
. - Fixed problem with
INSERT ... SELECT ... GROUP BY
.