| 257 | TABLE_LIST *table_list_end, ulong lock_wait_timeout, |
| 258 | uint flags); |
| 259 | static inline bool |
| 260 | lock_table_names(THD *thd, TABLE_LIST *table_list, |
| 261 | TABLE_LIST *table_list_end, ulong lock_wait_timeout, |
| 262 | uint flags) |
| 263 | { |
| 264 | return lock_table_names(thd, thd->lex->create_info, table_list, |
| 265 | table_list_end, lock_wait_timeout, flags); |
| 266 | } |
| 267 | bool open_tables(THD *thd, const DDL_options_st &options, |
| 268 | TABLE_LIST **tables, uint *counter, |
| 269 | uint flags, Prelocking_strategy *prelocking_strategy); |
no outgoing calls
no test coverage detected