mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Handle errors from external_unlock & mysql_unlock_tables
Other things: - Handler errors from ha_maria::implict_commit - Disable DBUG in safe_mutex_lock to get trace file easier to read
This commit is contained in:
@ -160,7 +160,7 @@ TABLE_LIST *find_table_in_list(TABLE_LIST *table,
|
||||
TABLE_LIST *TABLE_LIST::*link,
|
||||
const LEX_CSTRING *db_name,
|
||||
const LEX_CSTRING *table_name);
|
||||
void close_thread_tables(THD *thd);
|
||||
int close_thread_tables(THD *thd);
|
||||
void switch_to_nullable_trigger_fields(List<Item> &items, TABLE *);
|
||||
void switch_defaults_to_nullable_trigger_fields(TABLE *table);
|
||||
bool fill_record_n_invoke_before_triggers(THD *thd, TABLE *table,
|
||||
|
Reference in New Issue
Block a user