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

Revert "MDEV-23536 : Race condition between KILL and transaction commit"

This reverts the server part of the commit 775fccea0
but keeps InnoDB part (which reverted MDEV-17092 5530a93f4).

So after this both MDEV-23536 and MDEV-17092 are reverted,
and the original bug is resurrected.
This commit is contained in:
Sergei Golubchik
2021-01-11 13:16:38 +01:00
parent fdc4b7a6b2
commit 66f4900b51
2 changed files with 8 additions and 32 deletions

View File

@ -3194,7 +3194,7 @@ public:
void update_all_stats();
void update_stats(void);
void change_user(void);
void cleanup(bool have_mutex=false);
void cleanup(void);
void cleanup_after_query();
void free_connection();
void reset_for_reuse();