From 701cef2d35c700e8bef1735703a71c48a09c6238 Mon Sep 17 00:00:00 2001 From: Rohit Kalhans Date: Mon, 13 Feb 2012 14:12:13 +0530 Subject: 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. --- mysql-test/t/multi_update.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/t/multi_update.test') 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; -- cgit v1.2.1