summaryrefslogtreecommitdiff
path: root/mysql-test/include
diff options
context:
space:
mode:
authorunknown <skozlov/ksm@mysql.com/virtop.localdomain>2007-11-21 00:39:55 +0300
committerunknown <skozlov/ksm@mysql.com/virtop.localdomain>2007-11-21 00:39:55 +0300
commit2d1f41a1968bd4830276f75beeafbe89eaa9a48e (patch)
treefb92f5cf5a9480d52e574c65b25d98a9f623dd3d /mysql-test/include
parentbfb18f9ad5847b2c124f86b0516196e747fac5df (diff)
downloadmariadb-git-2d1f41a1968bd4830276f75beeafbe89eaa9a48e.tar.gz
WL#3949, fix for 2nd part
mysql-test/mysql-test-run.pl: updated mtr mysql-test/include/set_binlog_format_mixed.inc: set mixed binlog format mysql-test/include/set_binlog_format_row.inc: set row binlog format mysql-test/include/set_binlog_format_statement.inc: set statement binlog format
Diffstat (limited to 'mysql-test/include')
-rw-r--r--mysql-test/include/set_binlog_format_mixed.inc2
-rw-r--r--mysql-test/include/set_binlog_format_row.inc2
-rw-r--r--mysql-test/include/set_binlog_format_statement.inc2
3 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/include/set_binlog_format_mixed.inc b/mysql-test/include/set_binlog_format_mixed.inc
new file mode 100644
index 00000000000..836992d1080
--- /dev/null
+++ b/mysql-test/include/set_binlog_format_mixed.inc
@@ -0,0 +1,2 @@
+SET GLOBAL BINLOG_FORMAT=MIXED;
+SET SESSION BINLOG_FORMAT=MIXED;
diff --git a/mysql-test/include/set_binlog_format_row.inc b/mysql-test/include/set_binlog_format_row.inc
new file mode 100644
index 00000000000..49f34c8ccd1
--- /dev/null
+++ b/mysql-test/include/set_binlog_format_row.inc
@@ -0,0 +1,2 @@
+SET GLOBAL BINLOG_FORMAT=ROW;
+SET SESSION BINLOG_FORMAT=ROW;
diff --git a/mysql-test/include/set_binlog_format_statement.inc b/mysql-test/include/set_binlog_format_statement.inc
new file mode 100644
index 00000000000..ed286e7e3cc
--- /dev/null
+++ b/mysql-test/include/set_binlog_format_statement.inc
@@ -0,0 +1,2 @@
+SET GLOBAL BINLOG_FORMAT=STATEMENT;
+SET SESSION BINLOG_FORMAT=STATEMENT;