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
168abb0c
Commit
168abb0c
authored
Nov 21, 2007
by
skozlov/ksm@mysql.com/virtop.localdomain
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WL#3949, fix for 2nd part
parent
f2222a1e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
mysql-test/include/set_binlog_format_mixed.inc
mysql-test/include/set_binlog_format_mixed.inc
+2
-0
mysql-test/include/set_binlog_format_row.inc
mysql-test/include/set_binlog_format_row.inc
+2
-0
mysql-test/include/set_binlog_format_statement.inc
mysql-test/include/set_binlog_format_statement.inc
+2
-0
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
No files found.
mysql-test/include/set_binlog_format_mixed.inc
0 → 100644
View file @
168abb0c
SET
GLOBAL
BINLOG_FORMAT
=
MIXED
;
SET
SESSION
BINLOG_FORMAT
=
MIXED
;
mysql-test/include/set_binlog_format_row.inc
0 → 100644
View file @
168abb0c
SET
GLOBAL
BINLOG_FORMAT
=
ROW
;
SET
SESSION
BINLOG_FORMAT
=
ROW
;
mysql-test/include/set_binlog_format_statement.inc
0 → 100644
View file @
168abb0c
SET
GLOBAL
BINLOG_FORMAT
=
STATEMENT
;
SET
SESSION
BINLOG_FORMAT
=
STATEMENT
;
mysql-test/mysql-test-run.pl
View file @
168abb0c
...
...
@@ -3343,7 +3343,7 @@ sub do_before_run_mysqltest($)
mtr_add_arg
(
$args
,
"
--port=
$server
->{'port'}
");
mtr_add_arg
(
$args
,
"
--socket=
$server
->{'path_sock'}
");
mtr_run
(
$exe_mysql
,
$args
,
"
$glob_mysql_test_dir
/include/set_binlog_format_
"
.
$tinfo
->
{"
binlog_format
"}
.
"
.inc
",
"",
"",
"",
{}
);
mtr_run
(
$exe_mysql
,
$args
,
"
include/set_binlog_format_
"
.
$tinfo
->
{"
binlog_format
"}
.
"
.inc
",
"",
"",
""
);
}
}
...
...
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