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

Function open_tables

sql/sql_base.h:271–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 uint flags, Prelocking_strategy *prelocking_strategy);
270
271static inline bool
272open_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 */
279bool open_and_lock_tables(THD *thd, const DDL_options_st &options,
280 TABLE_LIST *tables,

Callers 11

show_create_triggerFunction · 0.70
mysql_create_like_tableFunction · 0.70
mysql_alter_tableFunction · 0.70
mysql_ha_openFunction · 0.70
exchange_partitionMethod · 0.70
executeMethod · 0.70
really_openMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected