MCPcopy Create free account
hub / github.com/MariaDB/server / lock_table_names

Function lock_table_names

sql/sql_base.h:259–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 TABLE_LIST *table_list_end, ulong lock_wait_timeout,
258 uint flags);
259static inline bool
260lock_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}
267bool open_tables(THD *thd, const DDL_options_st &options,
268 TABLE_LIST **tables, uint *counter,
269 uint flags, Prelocking_strategy *prelocking_strategy);

Callers 7

mysql_rm_db_internalFunction · 0.70
mysql_rm_tableFunction · 0.70
lock_tableMethod · 0.70
prepare_for_repairFunction · 0.70
mysql_rename_tablesFunction · 0.70
mysql_drop_viewFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected