mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge branch '10.0-galera' into 10.1
This commit is contained in:
@@ -5881,6 +5881,10 @@ static int check_wsrep_max_ws_rows()
|
||||
if (wsrep_max_ws_rows)
|
||||
{
|
||||
THD *thd= current_thd;
|
||||
|
||||
if (!WSREP(thd))
|
||||
return 0;
|
||||
|
||||
thd->wsrep_affected_rows++;
|
||||
if (thd->wsrep_exec_mode != REPL_RECV &&
|
||||
thd->wsrep_affected_rows > wsrep_max_ws_rows)
|
||||
|
||||
Reference in New Issue
Block a user