summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authoringo@mysql.com <>2004-11-25 21:55:49 +0100
committeringo@mysql.com <>2004-11-25 21:55:49 +0100
commitcb53411b47340abc64bfe1bbf1c76dc4bdd4c031 (patch)
treefb57792268eee09ca036d97f725d13e2067dc42d /Docs
parent538a3f7a53ad24e374b2ff979da6255261ecbb90 (diff)
downloadmariadb-git-cb53411b47340abc64bfe1bbf1c76dc4bdd4c031.tar.gz
WL#2050 - CREATE USER and DROP USER and RENAME USER
Added new commands CREATE USER and RENAME USER. Changed behaviour of DROP USER. Changed an error messages for the new commands.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/mysqld_error.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/mysqld_error.txt b/Docs/mysqld_error.txt
index c164e8bd3a0..6370d8aac46 100644
--- a/Docs/mysqld_error.txt
+++ b/Docs/mysqld_error.txt
@@ -539,8 +539,8 @@ character-set=latin1
"Using storage engine %s for table '%s'",
#define ER_CANT_AGGREGATE_2COLLATIONS 1267
"Illegal mix of collations (%s,%s) and (%s,%s) for operation '%s'",
-#define ER_DROP_USER 1268
-"Can't drop one or more of the requested users",
+#define ER_HANDLE_USER 1268
+"Operation %s failed for %d of the requested users",
#define ER_REVOKE_GRANTS 1269
"Can't revoke all privileges, grant for one or more of the requested users",
#define ER_CANT_AGGREGATE_3COLLATIONS 1270