1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Fix for bug#2505: MySQL reports "out of memory"

when DROP USER if --skip-grant-tables
This commit is contained in:
unknown
2004-01-26 20:31:38 +04:00
parent 557bb526d7
commit 0a3ca2f640
25 changed files with 43 additions and 13 deletions

View File

@ -305,4 +305,5 @@
#define ER_WARN_DEPRECATED_SYNTAX 1286
#define ER_NON_UPDATABLE_TABLE 1287
#define ER_FEATURE_DISABLED 1288
#define ER_ERROR_MESSAGES 289
#define ER_SKIP_GRANT_TABLES 1289
#define ER_ERROR_MESSAGES 290