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
93278ee8
Commit
93278ee8
authored
Oct 08, 2019
by
Julius Goryavsky
Committed by
Jan Lindström
Feb 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-20625: MariaDB asserting when enabling wsrep=on
parent
574354a6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
mysql-test/suite/wsrep/r/MDEV-20625.result
mysql-test/suite/wsrep/r/MDEV-20625.result
+4
-0
mysql-test/suite/wsrep/t/MDEV-20625.cnf
mysql-test/suite/wsrep/t/MDEV-20625.cnf
+8
-0
mysql-test/suite/wsrep/t/MDEV-20625.test
mysql-test/suite/wsrep/t/MDEV-20625.test
+9
-0
No files found.
mysql-test/suite/wsrep/r/MDEV-20625.result
0 → 100644
View file @
93278ee8
SET GLOBAL wsrep_on=ON;
SHOW GLOBAL STATUS LIKE 'wsrep_cluster_size';
Variable_name Value
wsrep_cluster_size 1
mysql-test/suite/wsrep/t/MDEV-20625.cnf
0 → 100644
View file @
93278ee8
!include ../my.cnf
[mysqld.1]
wsrep-on=OFF
binlog-format=ROW
wsrep-provider=@ENV.WSREP_PROVIDER
wsrep-cluster-address='gcomm://'
innodb_autoinc_lock_mode=2
mysql-test/suite/wsrep/t/MDEV-20625.test
0 → 100644
View file @
93278ee8
#
# Check SHOW GLOBAL STATUS after dynamic setting WSREP=ON
#
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_wsrep_provider
.
inc
--
source
include
/
have_binlog_format_row
.
inc
SET
GLOBAL
wsrep_on
=
ON
;
SHOW
GLOBAL
STATUS
LIKE
'wsrep_cluster_size'
;
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