diff options
author | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-10-27 15:02:58 +0400 |
---|---|---|
committer | Sergey Glukhov <Sergey.Glukhov@sun.com> | 2009-10-27 15:02:58 +0400 |
commit | f4d01357d69ec91ddefc0c4aaa536fa84509347b (patch) | |
tree | 949350616ab72a6100dcb430b94f2753f93e1873 /sql/sql_acl.cc | |
parent | f0a7ff84190dd161b9e5643ef4aabc9e31809046 (diff) | |
parent | eeee91173ec1ce4900fb1a9e3d4e835d79164023 (diff) | |
download | mariadb-git-f4d01357d69ec91ddefc0c4aaa536fa84509347b.tar.gz |
automerge
Diffstat (limited to 'sql/sql_acl.cc')
-rw-r--r-- | sql/sql_acl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_acl.cc b/sql/sql_acl.cc index 49a75b921a3..d04a81e2b0a 100644 --- a/sql/sql_acl.cc +++ b/sql/sql_acl.cc @@ -5211,8 +5211,8 @@ static int handle_grant_struct(uint struct_no, bool drop, is renamed, the hash key is changed. Update the hash to ensure that the position matches the new hash key value */ - hash_update(&column_priv_hash, (byte *)grant_name, - grant_name->hash_key, grant_name->key_length); + hash_update(&column_priv_hash, (byte*) grant_name, + (byte *) grant_name->hash_key, grant_name->key_length); break; } } |