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
fce9217c
Commit
fce9217c
authored
Apr 04, 2016
by
Philip Stoev
Committed by
Nirbhay Choubey
Aug 21, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Galera MTR Test: Fix for MW-258.test - do not use SHOW PROCESSLIST
parent
dda11446
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
10 deletions
+0
-10
mysql-test/suite/galera/r/MW-258.result
mysql-test/suite/galera/r/MW-258.result
+0
-8
mysql-test/suite/galera/t/MW-258.test
mysql-test/suite/galera/t/MW-258.test
+0
-2
No files found.
mysql-test/suite/galera/r/MW-258.result
View file @
fce9217c
...
...
@@ -20,14 +20,6 @@ wsrep_desync_count 2
SHOW VARIABLES LIKE 'wsrep_desync';
Variable_name Value
wsrep_desync OFF
SHOW PROCESSLIST;
Id User Host db Command Time State Info Progress
# system user # NULL Sleep # NULL NULL 0.000
# system user # NULL Sleep # wsrep aborter idle NULL 0.000
# root # test Sleep # NULL 0.000
# root # test Query # init SHOW PROCESSLIST 0.000
# root # test Query # Waiting for table metadata lock ALTER TABLE t1 ADD COLUMN f2 INTEGER 0.000
# root # test Query # checking permissions ALTER TABLE t1 ADD COLUMN f3 INTEGER 0.000
UNLOCK TABLES;
value after RSU:
SHOW STATUS LIKE 'wsrep_desync_count';
...
...
mysql-test/suite/galera/t/MW-258.test
View file @
fce9217c
...
...
@@ -25,8 +25,6 @@ SET SESSION wsrep_osu_method = RSU;
--
echo
value
during
RSU
:
SHOW
STATUS
LIKE
'wsrep_desync_count'
;
SHOW
VARIABLES
LIKE
'wsrep_desync'
;
--
replace_column
1
# 3 # 6 #
SHOW
PROCESSLIST
;
UNLOCK
TABLES
;
--
connection
node_1a
...
...
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