summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_bf_abort_ftwrl.result
blob: ae1ca6d215737b50d8cb006e7abc34547d5e41fe (plain)
1
2
3
4
5
6
7
8
9
10
11
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
connection node_2;
SET AUTOCOMMIT=OFF;
FLUSH TABLES WITH READ LOCK;;
connection node_1;
INSERT INTO t1 VALUES (1);
connection node_2;
UNLOCK TABLES;
wsrep_local_aborts_increment
1
DROP TABLE t1;