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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
13627d49
Commit
13627d49
authored
Feb 16, 2016
by
sjaakola
Committed by
Nirbhay Choubey
Feb 17, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs MW-246
- created mtr test for testing explicit desyncing with RSU mode DDL
parent
4bdf0258
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
0 deletions
+34
-0
mysql-test/suite/galera/r/mysql-wsrep#247.result
mysql-test/suite/galera/r/mysql-wsrep#247.result
+11
-0
mysql-test/suite/galera/t/mysql-wsrep#247.test
mysql-test/suite/galera/t/mysql-wsrep#247.test
+23
-0
No files found.
mysql-test/suite/galera/r/mysql-wsrep#247.result
0 → 100644
View file @
13627d49
SET GLOBAL wsrep_desync=1;
SET wsrep_OSU_method=RSU;
CREATE TABLE t1 (i int primary key);
SHOW VARIABLES LIKE 'wsrep_desync';
Variable_name Value
wsrep_desync ON
SET GLOBAL wsrep_desync=0;
DROP TABLE t1;
SHOW VARIABLES LIKE 'wsrep_desync';
Variable_name Value
wsrep_desync OFF
mysql-test/suite/galera/t/mysql-wsrep#247.test
0 → 100644
View file @
13627d49
#
# codership/mysql-wsrep/247 MW-246 -
# DDL with RSU fails if node is desynced upfont
#
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
connection
node_1
SET
GLOBAL
wsrep_desync
=
1
;
SET
wsrep_OSU_method
=
RSU
;
CREATE
TABLE
t1
(
i
int
primary
key
);
SHOW
VARIABLES
LIKE
'wsrep_desync'
;
SET
GLOBAL
wsrep_desync
=
0
;
DROP
TABLE
t1
;
SHOW
VARIABLES
LIKE
'wsrep_desync'
;
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