1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MW-265 Add support for wsrep_max_ws_rows

Variable wsrep_max_ws_rows limits the number of rows that a transaction
can insert/update/delete.
This commit is contained in:
Daniele Sciascia
2016-05-03 16:22:01 +02:00
committed by Nirbhay Choubey
parent 10880d67b9
commit 3db92ee433
6 changed files with 252 additions and 3 deletions

View File

@ -3878,6 +3878,7 @@ public:
bool wsrep_apply_toi; /* applier processing in TOI */
bool wsrep_skip_append_keys;
wsrep_gtid_t wsrep_sync_wait_gtid;
ulong wsrep_affected_rows;
#endif /* WITH_WSREP */
};