summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/r/galera_as_master_gtid.result
blob: 4f5c38b607a2ec38d5c72c165710b4588e842a38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
START SLAVE USER='root';
Warnings:
Note	1759	Sending passwords in plain text without SSL/TLS is extremely insecure.
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
INSERT INTO t1 VALUES(1);
uuids_do_not_match
1
INSERT INTO t1 VALUES(2);
uuids_do_not_match
1
uuids_match
1
uuids_do_not_match
1
uuids_match
1
DROP TABLE t1;
gtid_executed_equal
1
gtid_executed_equal
1
STOP SLAVE;
RESET SLAVE ALL;