Functionality added or changed:
Incompatible Change:
For GRANT
and REVOKE
,
ON *
previously granted and revoked
privileges for the default database if there was a default
database and global privileges if there was none. Now
ON *
requires a default database and produces
an error if there is none.
Bugs fixed:
Security Fix:
A NUL
byte within a comment in a statement
string caused the rest of the string not to be written to the
query log, allowing logging to be bypassed.
(Bug#17667, CVE-2006-0903)