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:
@ -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
|
||||
|
Reference in New Issue
Block a user