mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into bb-10.2-ext
This commit is contained in:
@ -918,7 +918,7 @@ int mysql_update(THD *thd,
|
||||
// simulated killing after the loop must be ineffective for binlogging
|
||||
DBUG_EXECUTE_IF("simulate_kill_bug27571",
|
||||
{
|
||||
thd->killed= KILL_QUERY;
|
||||
thd->set_killed(KILL_QUERY);
|
||||
};);
|
||||
error= (killed_status == NOT_KILLED)? error : 1;
|
||||
|
||||
|
Reference in New Issue
Block a user