diff options
author | jani@ua141d10.elisa.omakaista.fi <> | 2005-03-22 15:57:24 +0200 |
---|---|---|
committer | jani@ua141d10.elisa.omakaista.fi <> | 2005-03-22 15:57:24 +0200 |
commit | 01dddf095a106ffb5e056dc6eaad60de511afa8f (patch) | |
tree | d059977e7bf9355db26e81322219225f4d2e3368 /Docs | |
parent | b10b7017fc1762335bb93743240e6d00d7d0508f (diff) | |
download | mariadb-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.txt | 2 |
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" |