diff options
author | Vicențiu Ciorbaru <cvicentiu@gmail.com> | 2013-10-18 05:41:25 -0700 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-10-18 05:41:25 -0700 |
commit | ce4851c3d0de5c7e59b65d3472c6574eb850a90e (patch) | |
tree | 5b0e04272beedf705cc046033f64eb3c16a21a2f /sql/share | |
parent | db850c525fdd7a2bcb24fd08a9d2c44824be788f (diff) | |
download | mariadb-git-ce4851c3d0de5c7e59b65d3472c6574eb850a90e.tar.gz |
Reworked the implementation of create role and drop role.
Also fixed issue with drop role not clearing internal memory entry
for that role. The issue was due to a condition introduced in handle_grant_data
Updated testsuite to also check the possible error conditions.
Diffstat (limited to 'sql/share')
-rw-r--r-- | sql/share/errmsg-utf8.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/share/errmsg-utf8.txt b/sql/share/errmsg-utf8.txt index 2d4499943ba..3445af7e78f 100644 --- a/sql/share/errmsg-utf8.txt +++ b/sql/share/errmsg-utf8.txt @@ -6572,5 +6572,3 @@ ER_INVALID_CURRENT_USER ER_INVALID_ROLE_COMMAND eng "Unable to execute role related command. The user table is in invalid format." rum "Comanda asupra rolurilor nu poate fi executate. Tabelul "user" este in format invalid." -ER_ROLE_AS_USER - eng "The role '%s' is marked as a user '%s'@'' |