Commit cef43872 authored by paul@teton.kitebird.com's avatar paul@teton.kitebird.com
Browse files

manual.texi Add missing privilege to 4.0.2 change notes.

parent de066145
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -49662,8 +49662,8 @@ impossible (causing crashes).
@item
Fixed a rare bug when @code{FULLTEXT} index is present and no tables are used.
@item
Added privileges @code{CREATE TEMPORARY TABLES}, @code{LOCK TABLES},
@code{REPLICATION CLIENT}, @code{REPLICATION SLAVE},
Added privileges @code{CREATE TEMPORARY TABLES}, @code{EXECUTE},
@code{LOCK TABLES}, @code{REPLICATION CLIENT}, @code{REPLICATION SLAVE},
@code{SHOW DATABASES} and @code{SUPER}. To use these, you must have
run the @code{mysql_fix_privilege_tables} script after upgrading.
@item