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
33215edc
Commit
33215edc
authored
Jul 24, 2019
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflicts in wsrep.variables
This was forgotten in the merge
0f83c887
because the test is disabled.
parent
70b226d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
11 deletions
+2
-11
mysql-test/suite/wsrep/r/variables.result
mysql-test/suite/wsrep/r/variables.result
+2
-0
mysql-test/suite/wsrep/t/variables.test
mysql-test/suite/wsrep/t/variables.test
+0
-11
No files found.
mysql-test/suite/wsrep/r/variables.result
View file @
33215edc
...
...
@@ -80,6 +80,7 @@ wsrep_thread_count #
SHOW GLOBAL STATUS LIKE 'wsrep_%';
Variable_name Value
wsrep_applier_thread_count #
wsrep_apply_oooe #
wsrep_apply_oool #
wsrep_apply_window #
...
...
@@ -133,6 +134,7 @@ wsrep_repl_keys_bytes #
wsrep_repl_other_bytes #
wsrep_replicated #
wsrep_replicated_bytes #
wsrep_rollbacker_thread_count #
wsrep_thread_count #
SHOW GLOBAL STATUS LIKE 'wsrep_local_state_comment';
Variable_name Value
...
...
mysql-test/suite/wsrep/t/variables.test
View file @
33215edc
...
...
@@ -99,14 +99,8 @@ SHOW STATUS LIKE 'wsrep_thread_count';
--
echo
# applier/rollbacker threads.
SET
GLOBAL
wsrep_cluster_address
=
'gcomm://'
;
<<<<<<<
HEAD
--
echo
# Wait for applier threads to get created.
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
2
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_thread_count'
;
=======
--
echo
# Wait for applier thread to get created 1.
--
let
$wait_timeout
=
600
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
1
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_applier_thread_count'
;
>>>>>>>
origin
/
10.2
--
source
include
/
wait_condition
.
inc
SELECT
VARIABLE_VALUE
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_applier_thread_count'
;
...
...
@@ -123,13 +117,8 @@ SHOW STATUS LIKE 'wsrep_thread_count';
SET
@
wsrep_slave_threads_saved
=
@@
global
.
wsrep_slave_threads
;
SET
GLOBAL
wsrep_slave_threads
=
10
;
<<<<<<<
HEAD
--
echo
# Wait for applier threads to get created.
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
11
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_thread_count'
;
=======
--
echo
# Wait for 9 applier threads to get created.
--
let
$wait_condition
=
SELECT
VARIABLE_VALUE
=
10
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_applier_thread_count'
;
>>>>>>>
origin
/
10.2
--
source
include
/
wait_condition
.
inc
SELECT
VARIABLE_VALUE
FROM
INFORMATION_SCHEMA
.
GLOBAL_STATUS
WHERE
VARIABLE_NAME
=
'wsrep_applier_thread_count'
;
...
...
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