| 269 | uint flags, Prelocking_strategy *prelocking_strategy); |
| 270 | |
| 271 | static inline bool |
| 272 | open_tables(THD *thd, TABLE_LIST **tables, uint *counter, uint flags, |
| 273 | Prelocking_strategy *prelocking_strategy) |
| 274 | { |
| 275 | return open_tables(thd, thd->lex->create_info, tables, counter, flags, |
| 276 | prelocking_strategy); |
| 277 | } |
| 278 | /* open_and_lock_tables with optional derived handling */ |
| 279 | bool open_and_lock_tables(THD *thd, const DDL_options_st &options, |
| 280 | TABLE_LIST *tables, |
no outgoing calls
no test coverage detected