mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
13 lines
457 B
Text
13 lines
457 B
Text
#
|
|
# Assertion `retval == WSREP_OK || retval == WSREP_TRX_FAIL || retval == WSREP_BF_ABORT || retval == WSREP_CONN_FAIL' failed with SR
|
|
#
|
|
|
|
--source include/galera_cluster.inc
|
|
|
|
--let $count = 1000;
|
|
--let $wsrep_trx_fragment_size = 1;
|
|
--let $query_node_1 = DELETE FROM t1
|
|
--let $query_node_1a = INSERT INTO t1 VALUES (1,'y'),(2,'x')
|
|
--let $query_node_2 = UPDATE t1 SET f2 = 'y' WHERE f1 = 1 OR f1 = 2;
|
|
|
|
--source suite/galera/include/galera_concurrent_test.inc
|