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
c3fdfbdb
Commit
c3fdfbdb
authored
Nov 10, 2023
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-31413: post-fix for 10.5+ (galera_restart_replica test failures)
parent
e0c65784
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
mysql-test/suite/galera/t/galera_restart_replica.test
mysql-test/suite/galera/t/galera_restart_replica.test
+1
-1
sql/rpl_gtid.cc
sql/rpl_gtid.cc
+1
-0
No files found.
mysql-test/suite/galera/t/galera_restart_replica.test
View file @
c3fdfbdb
...
...
@@ -3,9 +3,9 @@
#
# The galera/galera_2node_slave.cnf describes the setup of the nodes
#
--
source
include
/
big_test
.
inc
--
source
include
/
force_restart
.
inc
--
source
include
/
galera_cluster
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_sequence
.
inc
# As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it
...
...
sql/rpl_gtid.cc
View file @
c3fdfbdb
...
...
@@ -703,6 +703,7 @@ rpl_slave_state::record_gtid(THD *thd, const rpl_gtid *gtid, uint64 sub_id,
if
(
WSREP_ON_
&&
wsrep_thd_is_local
(
thd
))
{
thd
->
wsrep_ignore_table
=
false
;
table
->
file
->
row_logging
=
1
;
// replication requires binary logging
wsrep_start_trx_if_not_started
(
thd
);
}
else
...
...
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