mirror of
https://github.com/MariaDB/server.git
synced 2025-04-21 14:45:34 +02:00

Test case changes only. Add wait_conditions to make sure nodes rejoin the cluster. Assertion itself should not be possible anymore as we do not allow sequences on Aria tables. Signed-off-by: Julius Goryavsky <julius.goryavsky@mariadb.com>
11 lines
188 B
Text
11 lines
188 B
Text
--- r/galera_sequences.result
|
|
+++ r/galera_sequences,binlogoff.reject
|
|
@@ -313,7 +313,7 @@
|
|
7 4
|
|
SELECT NEXTVAL(t);
|
|
NEXTVAL(t)
|
|
-42
|
|
+2
|
|
connection node_1;
|
|
DROP TABLE t1;
|
|
DROP SEQUENCE t;
|