summaryrefslogtreecommitdiff
path: root/mysql-test/t/multi_update.test
diff options
context:
space:
mode:
authorRohit Kalhans <rohit.kalhans@oracle.com>2012-02-13 14:12:13 +0530
committerRohit Kalhans <rohit.kalhans@oracle.com>2012-02-13 14:12:13 +0530
commit701cef2d35c700e8bef1735703a71c48a09c6238 (patch)
treec5b46497162b08b55e6eddddd305bf636a1b9685 /mysql-test/t/multi_update.test
parent56a86e5c8d09bacd49ed93194a9345f108171824 (diff)
downloadmariadb-git-701cef2d35c700e8bef1735703a71c48a09c6238.tar.gz
BUG#11758263: Modification of indentation in the added code.
Fixed a typo in the comment. Fixing test cases which were previouslyno throwing due disable warnings macro. sql/sql_base.cc: Change in indentation and fixing a typo in the comment.
Diffstat (limited to 'mysql-test/t/multi_update.test')
-rw-r--r--mysql-test/t/multi_update.test2
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/multi_update.test b/mysql-test/t/multi_update.test
index 99ffe278e44..6742b2c7b94 100644
--- a/mysql-test/t/multi_update.test
+++ b/mysql-test/t/multi_update.test
@@ -6,6 +6,8 @@
source include/not_embedded.inc;
source include/have_log_bin.inc;
+CALL mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.");
+
--disable_warnings
drop table if exists t1,t2,t3;
drop database if exists mysqltest;