Changed Makefile.am
to take advantage
of Automake 1.2.
Added the beginnings of a benchmark suite.
Added more secure password handling.
Added new client function mysql_errno()
,
to get the error number of the error message. This makes
error checking in the client much easier. This makes the new
server incompatible with the 3.20.x server when running
without --old-protocol
. The client code is
backward-compatible. More information can be found in the
README
file!
Fixed some problems when using very long, illegal names.
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.