summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2005-03-22 15:57:24 +0200
committerjani@ua141d10.elisa.omakaista.fi <>2005-03-22 15:57:24 +0200
commit01dddf095a106ffb5e056dc6eaad60de511afa8f (patch)
treed059977e7bf9355db26e81322219225f4d2e3368 /Docs
parentb10b7017fc1762335bb93743240e6d00d7d0508f (diff)
downloadmariadb-git-01dddf095a106ffb5e056dc6eaad60de511afa8f.tar.gz
- Added new error message.
- Changed error message in sql_acl.cc - Added some more tests for GRANT.
Diffstat (limited to 'Docs')
-rw-r--r--Docs/mysqld_error.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/mysqld_error.txt b/Docs/mysqld_error.txt
index 6370d8aac46..7f5560a5914 100644
--- a/Docs/mysqld_error.txt
+++ b/Docs/mysqld_error.txt
@@ -595,3 +595,5 @@ character-set=latin1
"Invalid ON UPDATE clause for '%-.64s' field",
#define ER_UNSUPPORTED_PS 1295
"This command is not supported in the prepared statement protocol yet",
+#define ER_CANT_CREATE_USER_WITH_GRANT 1296
+"You are not allowed to create a user with GRANT"