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
597c75d2
Commit
597c75d2
authored
Jun 07, 2007
by
msvensson@pilot.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
Mark one more test as needing binlog
parent
c0144886
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
mysql-test/include/master-slave.inc
mysql-test/include/master-slave.inc
+1
-1
mysql-test/lib/mtr_cases.pl
mysql-test/lib/mtr_cases.pl
+1
-1
mysql-test/r/have_log_bin.require
mysql-test/r/have_log_bin.require
+1
-1
mysql-test/t/binlog_killed.test
mysql-test/t/binlog_killed.test
+1
-0
No files found.
mysql-test/include/master-slave.inc
View file @
597c75d2
# Replication tests need binlog
# Replication tests need binlog
source
include
/
have_
binlog
.
inc
;
source
include
/
have_
log_bin
.
inc
;
connect
(
master
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master1
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
connect
(
master1
,
127.0
.
0.1
,
root
,,
test
,
$MASTER_MYPORT
,);
...
...
mysql-test/lib/mtr_cases.pl
View file @
597c75d2
...
@@ -624,7 +624,7 @@ our @tags=
...
@@ -624,7 +624,7 @@ our @tags=
["
include/have_binlog_format_row.inc
",
"
binlog_format
",
"
row
"],
["
include/have_binlog_format_row.inc
",
"
binlog_format
",
"
row
"],
["
include/have_binlog_format_statement.inc
",
"
binlog_format
",
"
stmt
"],
["
include/have_binlog_format_statement.inc
",
"
binlog_format
",
"
stmt
"],
["
include/have_binlog_format_mixed.inc
",
"
binlog_format
",
"
mixed
"],
["
include/have_binlog_format_mixed.inc
",
"
binlog_format
",
"
mixed
"],
["
include/have_
binlog
.inc
",
"
need_binlog
",
1
],
["
include/have_
log_bin
.inc
",
"
need_binlog
",
1
],
["
include/big_test.inc
",
"
big_test
",
1
],
["
include/big_test.inc
",
"
big_test
",
1
],
["
include/have_debug.inc
",
"
need_debug
",
1
],
["
include/have_debug.inc
",
"
need_debug
",
1
],
["
include/have_ndb.inc
",
"
ndb_test
",
1
],
["
include/have_ndb.inc
",
"
ndb_test
",
1
],
...
...
mysql-test/r/have_log_bin.require
View file @
597c75d2
Variable_name Value
Variable_name Value
have_
log_bin ON
log_bin ON
mysql-test/t/binlog_killed.test
View file @
597c75d2
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_log_bin
.
inc
###
###
### bug#22725 : incorrect killed error in binlogged query
### bug#22725 : incorrect killed error in binlogged query
...
...
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