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
8e8f9671
Commit
8e8f9671
authored
Jun 30, 2020
by
Julius Goryavsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-21773: added missing include file to mtr tests
parent
59c999fc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
mysql-test/suite/galera/t/galera_as_slave_gtid.inc
mysql-test/suite/galera/t/galera_as_slave_gtid.inc
+1
-0
mysql-test/suite/galera/t/galera_as_slave_gtid_auto_engine.cnf
...-test/suite/galera/t/galera_as_slave_gtid_auto_engine.cnf
+1
-1
mysql-test/suite/galera/t/galera_as_slave_gtid_auto_engine.test
...test/suite/galera/t/galera_as_slave_gtid_auto_engine.test
+1
-1
No files found.
mysql-test/suite/galera/t/galera_as_slave_gtid.inc
View file @
8e8f9671
...
...
@@ -8,6 +8,7 @@
#
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_log_bin
.
inc
--
source
include
/
galera_cluster
.
inc
# As node #3 is not a Galera node, and galera_cluster.inc does not open connetion to it
...
...
mysql-test/suite/galera/t/galera_as_slave_gtid_auto_engine.cnf
View file @
8e8f9671
...
...
@@ -5,4 +5,4 @@ log-bin=mysqld-bin
log-slave-updates
binlog-format=ROW
gtid_pos_auto_engines=InnoDB
\ No newline at end of file
gtid_pos_auto_engines=InnoDB
mysql-test/suite/galera/t/galera_as_slave_gtid_auto_engine.test
View file @
8e8f9671
...
...
@@ -11,4 +11,4 @@
--
connection
node_2
DROP
TABLE
mysql
.
gtid_slave_pos_InnoDB
;
CALL
mtr
.
add_suppression
(
"The automatically created table"
);
\ No newline at end of file
CALL
mtr
.
add_suppression
(
"The automatically created table"
);
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