mariadb/mysql-test/suite/galera_sr/r/MENT-2038.result
Daniele Sciascia c43db43a7c MENT-2038 Assert WSREP(thd) fails in wsrep_restore_kill_after_commit
Fix wrong assertion: function wsrep_restore_kill_after_commit()
asserts `WSREP(thd)`, however for the caller (wsrep_after_statement())
it is enough that the THD  has an active transaction. Fixed the
assertion accordingly.

Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
2025-01-27 19:05:27 +01:00

7 lines
111 B
Text

connection node_2;
connection node_1;
SET SESSION wsrep_on=OFF;
BEGIN;
BEGIN;
COMMIT;
SET SESSION wsrep_on=ON;