2019-03-15 07:09:13 +02:00
|
|
|
--- r/wsrep-recover-v25.result 2019-02-28 09:20:56.153775856 +0200
|
|
|
|
+++ r/wsrep-recover-v25.reject 2019-02-28 09:22:16.578113115 +0200
|
|
|
|
@@ -12,4 +12,16 @@
|
|
|
|
SELECT VARIABLE_VALUE `expect 6` FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_last_committed';
|
|
|
|
expect 6
|
|
|
|
6
|
|
|
|
+connect con1, localhost, root;
|
|
|
|
+SET DEBUG_SYNC = "ha_commit_trans_after_prepare SIGNAL after_prepare_reached WAIT_FOR continue";
|
|
|
|
+INSERT INTO t1 VALUES (7);
|
|
|
|
+connection default;
|
|
|
|
+SET DEBUG_SYNC = "now WAIT_FOR after_prepare_reached";
|
|
|
|
+# Kill the server
|
2019-02-05 12:48:02 +02:00
|
|
|
+Expect seqno 6
|
|
|
|
+6
|
2019-01-27 15:44:35 +02:00
|
|
|
+Expect 5
|
2019-03-15 07:09:13 +02:00
|
|
|
+SELECT * FROM t1;
|
|
|
|
+f1
|
|
|
|
+5
|
2019-01-27 15:44:35 +02:00
|
|
|
DROP TABLE t1;
|