Commit 4240d66b authored by unknown's avatar unknown

manual.texi Add missing privilege to 4.0.2 change notes.


Docs/manual.texi:
  Add missing privilege to 4.0.2 change notes.
parent a8894211
...@@ -49662,8 +49662,8 @@ impossible (causing crashes). ...@@ -49662,8 +49662,8 @@ impossible (causing crashes).
@item @item
Fixed a rare bug when @code{FULLTEXT} index is present and no tables are used. Fixed a rare bug when @code{FULLTEXT} index is present and no tables are used.
@item @item
Added privileges @code{CREATE TEMPORARY TABLES}, @code{LOCK TABLES}, Added privileges @code{CREATE TEMPORARY TABLES}, @code{EXECUTE},
@code{REPLICATION CLIENT}, @code{REPLICATION SLAVE}, @code{LOCK TABLES}, @code{REPLICATION CLIENT}, @code{REPLICATION SLAVE},
@code{SHOW DATABASES} and @code{SUPER}. To use these, you must have @code{SHOW DATABASES} and @code{SUPER}. To use these, you must have
run the @code{mysql_fix_privilege_tables} script after upgrading. run the @code{mysql_fix_privilege_tables} script after upgrading.
@item @item
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment