1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Update galera to work with independent sub transactions

This commit is contained in:
Monty
2020-05-19 17:48:22 +03:00
parent 4102f1589c
commit 9bf479b0cf
5 changed files with 30 additions and 10 deletions

View File

@ -5170,6 +5170,7 @@ class start_new_trans
THD *org_thd;
uint in_sub_stmt;
uint server_status;
my_bool wsrep_on;
public:
start_new_trans(THD *thd);