| 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 | { |
no outgoing calls
no test coverage detected