summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <gluh@gluh.mysql.r18.ru>2004-01-26 20:31:38 +0400
committerunknown <gluh@gluh.mysql.r18.ru>2004-01-26 20:31:38 +0400
commit326187c3129d53b4423fdfa39da73ec97d7dc6ea (patch)
tree68a04b7709f25adf8679c621d8cd3d5ffa9703e3 /include
parenta0f2c81b24537ee32787e0d19ffb891776122c19 (diff)
downloadmariadb-git-326187c3129d53b4423fdfa39da73ec97d7dc6ea.tar.gz
Fix for bug#2505: MySQL reports "out of memory"
when DROP USER if --skip-grant-tables
Diffstat (limited to 'include')
-rw-r--r--include/mysqld_error.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/mysqld_error.h b/include/mysqld_error.h
index 80cfed9e338..fbf89bdb3e1 100644
--- a/include/mysqld_error.h
+++ b/include/mysqld_error.h
@@ -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