Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
ddfc7890
Commit
ddfc7890
authored
Jan 27, 2019
by
Teemu Ollakka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-15740 Recorded wsrep-recover-v25
parent
4ea12839
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
45 additions
and
0 deletions
+45
-0
mysql-test/suite/wsrep/r/wsrep-recover-v25,binlogon.rdiff
mysql-test/suite/wsrep/r/wsrep-recover-v25,binlogon.rdiff
+17
-0
mysql-test/suite/wsrep/r/wsrep-recover-v25.result
mysql-test/suite/wsrep/r/wsrep-recover-v25.result
+28
-0
No files found.
mysql-test/suite/wsrep/r/wsrep-recover-v25,binlogon.rdiff
0 → 100644
View file @
ddfc7890
--- r/wsrep-recover-v25.result 2019-01-27 15:38:58.819204748 +0200
+++ r/wsrep-recover-v25.reject 2019-01-27 15:39:49.967358994 +0200
@@ -18,11 +18,10 @@
connection default;
SET DEBUG_SYNC = "now WAIT_FOR after_prepare_reached";
# Kill the server
-Expect seqno 3
-3
-Expect 5 7
+Expect seqno 2
+2
+Expect 5
SELECT * FROM t1;
f1
5
-7
DROP TABLE t1;
mysql-test/suite/wsrep/r/wsrep-recover-v25.result
0 → 100644
View file @
ddfc7890
# Kill the server
Expect seqno 0
0
CREATE TABLE t1 (f1 INT PRIMARY KEY) ENGINE=InnoDB;
# Kill the server
Expect seqno 1
1
INSERT INTO t1 VALUES (5);
# Kill the server
Expect seqno 2
2
SELECT VARIABLE_VALUE `expect 2` FROM INFORMATION_SCHEMA.GLOBAL_STATUS WHERE VARIABLE_NAME = 'wsrep_last_committed';
expect 2
2
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
Expect seqno 3
3
Expect 5 7
SELECT * FROM t1;
f1
5
7
DROP TABLE t1;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment