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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
d19bdf3b
Commit
d19bdf3b
authored
Oct 03, 2008
by
Mats Kindahl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
The test rpl_blackhole was executed even when
there were no blackhole installed. This patch adds a check for that.
parent
66a3dbce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
mysql-test/suite/rpl/t/rpl_blackhole.test
mysql-test/suite/rpl/t/rpl_blackhole.test
+3
-2
No files found.
mysql-test/suite/rpl/t/rpl_blackhole.test
View file @
d19bdf3b
--
source
include
/
master
-
slave
.
inc
# PURPOSE. Test that blackhole works with replication in all three
# modes: STATEMENT, MIXED, and ROW.
#
...
...
@@ -17,6 +15,9 @@
# primary key lookup), and index/key with multiple matches (forcing an
# index search).
source
include
/
master
-
slave
.
inc
;
source
include
/
have_blackhole
.
inc
;
# We start with no primary key
CREATE
TABLE
t1
(
a
INT
,
b
INT
,
c
INT
);
CREATE
TABLE
t2
(
a
INT
,
b
INT
,
c
INT
);
...
...
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