mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Resolving merge conflicts
This commit is contained in:
@ -2706,8 +2706,12 @@ ulong get_table_grant(THD *thd, TABLE_LIST *table)
|
||||
GRANT_TABLE *grant_table;
|
||||
|
||||
rw_rdlock(&LOCK_grant);
|
||||
#ifdef EMBEDDED_LIBRARY
|
||||
grant_table= NULL;
|
||||
#else
|
||||
grant_table = table_hash_search(thd->host,thd->ip,db,user,
|
||||
table->real_name,0);
|
||||
#endif
|
||||
table->grant.grant_table=grant_table; // Remember for column test
|
||||
table->grant.version=grant_version;
|
||||
if (grant_table)
|
||||
|
Reference in New Issue
Block a user