mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
after merge fix
This commit is contained in:
parent
f7f96cd28d
commit
0cc269da52
1 changed files with 2 additions and 2 deletions
|
|
@ -487,7 +487,7 @@ end:
|
|||
(CREATE TABLE, ALTER TABLE ... UNION=(...)). Set TL_WRITE for
|
||||
every child. Set 'db' for every child if not present.
|
||||
*/
|
||||
|
||||
#ifndef NO_EMBEDDED_ACCESS_CHECKS
|
||||
static bool check_merge_table_access(THD *thd, char *db,
|
||||
TABLE_LIST *table_list)
|
||||
{
|
||||
|
|
@ -508,7 +508,7 @@ static bool check_merge_table_access(THD *thd, char *db,
|
|||
}
|
||||
return error;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* This works because items are allocated with sql_alloc() */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue