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

Method set_open_tables

sql/sql_class.h:5848–5853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5846#endif /* WITH_WSREP */
5847 }
5848 void set_open_tables(TABLE *open_tables_arg)
5849 {
5850 mysql_mutex_lock(&LOCK_thd_data);
5851 open_tables= open_tables_arg;
5852 mysql_mutex_unlock(&LOCK_thd_data);
5853 }
5854 void set_mysys_var(struct st_my_thread_var *new_mysys_var);
5855 void enter_locked_tables_mode(enum_locked_tables_mode mode_arg)
5856 {

Callers 4

mysql_ha_openFunction · 0.80
mysql_ha_readFunction · 0.80
open_tableFunction · 0.80
open_and_lockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected