automerge

This commit is contained in:
Sergey Glukhov 2009-10-27 15:02:58 +04:00
commit f4d01357d6

View File

@ -5212,7 +5212,7 @@ static int handle_grant_struct(uint struct_no, bool drop,
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;
} }
} }