Commit 66be8eb4 authored by Sergey Glukhov's avatar Sergey Glukhov

automerge

parents ea2fe6bc 5099429d
...@@ -5211,8 +5211,8 @@ static int handle_grant_struct(uint struct_no, bool drop, ...@@ -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 is renamed, the hash key is changed. Update the hash to
ensure that the position matches the new hash key value ensure that the position matches the new hash key value
*/ */
hash_update(&column_priv_hash, (byte *)grant_name, hash_update(&column_priv_hash, (byte*) grant_name,
grant_name->hash_key, grant_name->key_length); (byte *) grant_name->hash_key, grant_name->key_length);
break; break;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment