1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-15 05:41:27 +03:00
Files
mariadb/mysql-test/suite/galera_sr/r/GCF-1018B.result
Brave Galera Crew 36a2a185fe Galera4
2019-01-23 15:30:00 +04:00

13 lines
416 B
Plaintext

connection node_2;
connection node_1;
connection node_1;
SET SESSION wsrep_sync_wait = 0;
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY AUTO_INCREMENT, f2 CHAR(255)) ENGINE=InnoDB;
SET SESSION wsrep_trx_fragment_size = 64;
SET SESSION innodb_lock_wait_timeout = 1000;
connection node_2;
SET SESSION wsrep_sync_wait = 0;
SET SESSION wsrep_trx_fragment_size = 64;
SET SESSION innodb_lock_wait_timeout = 1000;
DROP TABLE t1;