Functionality added or changed:
mysqlbug
now also reports the compiler
version used for building the binaries (if the compiler
supports the option --version
).
Bugs fixed:
Fixed compilation problems on OpenUnix and HPUX 10.20.
Fixed some optimization problems when compiling MySQL with
-DBIG_TABLES
on a 32-bit system.
mysql_drop_db()
didn't check permissions
properly so anyone could drop another users database.
DROP DATABASE
is checked properly.
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.