| 517 | } |
| 518 | |
| 519 | inline TABLE *open_n_lock_single_table(THD *thd, TABLE_LIST *table_l, |
| 520 | thr_lock_type lock_type, uint flags) |
| 521 | { |
| 522 | DML_prelocking_strategy prelocking_strategy; |
| 523 | |
| 524 | return open_n_lock_single_table(thd, table_l, lock_type, flags, |
| 525 | &prelocking_strategy); |
| 526 | } |
| 527 | |
| 528 | |
| 529 | /* open_and_lock_tables with derived handling */ |
no outgoing calls
no test coverage detected