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:
committed by
Nirbhay Choubey
parent
10880d67b9
commit
3db92ee433
@ -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 */
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user