mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
galera mtr tests: fixes for test failures, 'cosmetic' changes and unification between versions
This commit is contained in:
@@ -17,7 +17,6 @@ SET SESSION sql_log_bin = 1;
|
||||
|
||||
INSERT INTO t1 VALUES (2);
|
||||
|
||||
|
||||
--connection node_2
|
||||
SELECT COUNT(*) = 2 FROM t1;
|
||||
SELECT COUNT(*) = 1 FROM t1 WHERE f1 = 1;
|
||||
|
Reference in New Issue
Block a user