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 commit775fccea0
but keeps InnoDB part (which reverted MDEV-170925530a93f4
). So after this both MDEV-23536 and MDEV-17092 are reverted, and the original bug is resurrected.
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user