mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 06:05:32 +02:00
Remove a dead declaration.
This commit is contained in:
parent
b8a81fc6aa
commit
881da26b83
1 changed files with 0 additions and 1 deletions
|
|
@ -243,7 +243,6 @@ bool open_tables(THD *thd, TABLE_LIST **tables, uint *counter, uint flags,
|
|||
bool open_and_lock_tables(THD *thd, TABLE_LIST *tables,
|
||||
bool derived, uint flags,
|
||||
Prelocking_strategy *prelocking_strategy);
|
||||
int open_and_lock_tables_derived(THD *thd, TABLE_LIST *tables, bool derived);
|
||||
/* simple open_and_lock_tables without derived handling for single table */
|
||||
TABLE *open_n_lock_single_table(THD *thd, TABLE_LIST *table_l,
|
||||
thr_lock_type lock_type, uint flags,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue