Configure changes.
MySQL now works with the new thread library on BSD/OS 3.0.
Added new group functions BIT_OR()
and
BIT_AND()
.
Added compatibility functions CHECK
and
REFERENCES
. CHECK
is
now a reserved word.
Added ALL
option to
GRANT
for better compatibility.
(GRANT
is still a dummy function.)
Added partly translated Dutch error messages.
Fixed bug in ORDER BY
and GROUP
BY
with NULL
columns.
Added function LAST_INSERT_ID()
SQL
function to retrieve last AUTO_INCREMENT
value. This is intended for clients to ODBC that can't use
the mysql_insert_id()
API function, but
can be used by any client.
Added --flush-logs
option to
mysqladmin
.
Added command STATUS
to
mysql
.
Fixed problem with ORDER
BY
/GROUP BY
because of bug in
gcc
.
Fixed problem with INSERT ... SELECT ... GROUP
BY
.
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.