1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-23000: Ensure we get a warning from THD::drop_temporary_table() in case of disk errors

This commit is contained in:
Weijun Huang
2023-03-02 21:21:46 +01:00
committed by Daniel Black
parent 1e58b8afc0
commit 231c0eb7a6
2 changed files with 8 additions and 7 deletions

View File

@ -5050,7 +5050,7 @@ private:
bool use_temporary_table(TABLE *table, TABLE **out_table);
void close_temporary_table(TABLE *table);
bool log_events_and_free_tmp_shares();
void free_tmp_table_share(TMP_TABLE_SHARE *share, bool delete_table);
bool free_tmp_table_share(TMP_TABLE_SHARE *share, bool delete_table);
void free_temporary_table(TABLE *table);
bool lock_temporary_tables();
void unlock_temporary_tables();