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
504ff56e
Commit
504ff56e
authored
Mar 12, 2015
by
Philip Stoev
Committed by
Nirbhay Choubey
May 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust tests now that wsrep_OSU_method is a session variable.
parent
00afd639
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
mysql-test/suite/galera/r/galera_var_OSU_method.result
mysql-test/suite/galera/r/galera_var_OSU_method.result
+1
-1
mysql-test/suite/galera/r/galera_var_OSU_method2.result
mysql-test/suite/galera/r/galera_var_OSU_method2.result
+1
-1
mysql-test/suite/galera/t/galera_var_OSU_method.test
mysql-test/suite/galera/t/galera_var_OSU_method.test
+1
-1
mysql-test/suite/galera/t/galera_var_OSU_method2.test
mysql-test/suite/galera/t/galera_var_OSU_method2.test
+1
-1
No files found.
mysql-test/suite/galera/r/galera_var_OSU_method.result
View file @
504ff56e
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) Engine=InnoDB;
SET
GLOBAL
wsrep_OSU_method = "RSU";
SET
SESSION
wsrep_OSU_method = "RSU";
SET DEBUG_SYNC = 'alter_table_before_open_tables WAIT_FOR continue';
ALTER TABLE t1 ADD COLUMN f2 INTEGER;;
SET GLOBAL wsrep_OSU_method = "TOI";
...
...
mysql-test/suite/galera/r/galera_var_OSU_method2.result
View file @
504ff56e
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) Engine=InnoDB;
SET
GLOBAL
wsrep_OSU_method = "TOI";
SET
SESSION
wsrep_OSU_method = "TOI";
SET DEBUG_SYNC = 'alter_table_before_open_tables WAIT_FOR continue';
ALTER TABLE t1 ADD COLUMN f2 INTEGER;;
SET SESSION wsrep_sync_wait = 0;
...
...
mysql-test/suite/galera/t/galera_var_OSU_method.test
View file @
504ff56e
...
...
@@ -10,7 +10,7 @@
CREATE
TABLE
t1
(
f1
INTEGER
PRIMARY
KEY
)
Engine
=
InnoDB
;
--
connection
node_1
SET
GLOBAL
wsrep_OSU_method
=
"RSU"
;
SET
SESSION
wsrep_OSU_method
=
"RSU"
;
SET
DEBUG_SYNC
=
'alter_table_before_open_tables WAIT_FOR continue'
;
--
send
ALTER
TABLE
t1
ADD
COLUMN
f2
INTEGER
;
...
...
mysql-test/suite/galera/t/galera_var_OSU_method2.test
View file @
504ff56e
...
...
@@ -10,7 +10,7 @@
CREATE
TABLE
t1
(
f1
INTEGER
PRIMARY
KEY
)
Engine
=
InnoDB
;
--
connection
node_1
SET
GLOBAL
wsrep_OSU_method
=
"TOI"
;
SET
SESSION
wsrep_OSU_method
=
"TOI"
;
SET
DEBUG_SYNC
=
'alter_table_before_open_tables WAIT_FOR continue'
;
--
send
ALTER
TABLE
t1
ADD
COLUMN
f2
INTEGER
;
...
...
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