mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge
This commit is contained in:
@ -612,6 +612,12 @@ typedef struct st_lex
|
||||
un->uncacheable|= cause;
|
||||
}
|
||||
}
|
||||
TABLE_LIST *unlink_first_table(TABLE_LIST *tables,
|
||||
TABLE_LIST **global_first,
|
||||
TABLE_LIST **local_first);
|
||||
TABLE_LIST *link_first_table_back(TABLE_LIST *tables,
|
||||
TABLE_LIST *global_first,
|
||||
TABLE_LIST *local_first);
|
||||
} LEX;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user