diff options
author | unknown <gluh@gluh.mysql.r18.ru> | 2004-01-26 20:31:38 +0400 |
---|---|---|
committer | unknown <gluh@gluh.mysql.r18.ru> | 2004-01-26 20:31:38 +0400 |
commit | 0a3ca2f6408429f1943a13b692461b7dd53288ff (patch) | |
tree | 68a04b7709f25adf8679c621d8cd3d5ffa9703e3 /sql/share/english | |
parent | 557bb526d7ca677839400d58e19d6acf1e326168 (diff) | |
download | mariadb-git-0a3ca2f6408429f1943a13b692461b7dd53288ff.tar.gz |
Fix for bug#2505: MySQL reports "out of memory"
when DROP USER if --skip-grant-tables
Diffstat (limited to 'sql/share/english')
-rw-r--r-- | sql/share/english/errmsg.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/share/english/errmsg.txt b/sql/share/english/errmsg.txt index 0f9d9fc1144..38ca4966dfe 100644 --- a/sql/share/english/errmsg.txt +++ b/sql/share/english/errmsg.txt @@ -291,4 +291,5 @@ character-set=latin1 "Unknown table engine '%s'", "'%s' is deprecated. Use '%s' instead.", "The target table %-.100s of the %s is not updatable.", -"The '%s' feature was disabled. You need MySQL built with '%s' define to have it working" +"The '%s' feature was disabled. You need MySQL built with '%s' define to have it working", +"MySQL is started in --skip-grant-tables mode. You can't use this command" |