EVOLUTION-MANAGER
Edit File: galera_as_slave_replication_bundle.result
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); INSERT INTO t1 VALUES(2); INSERT INTO t1 VALUES(3); INSERT INTO t1 VALUES(4); INSERT INTO t1 VALUES(5); SELECT COUNT(*) = 4 FROM t1; COUNT(*) = 4 1 DROP TABLE t1; STOP SLAVE; RESET SLAVE ALL;