diff options
author | Rohit Kalhans <rohit.kalhans@oracle.com> | 2012-02-08 12:10:55 +0530 |
---|---|---|
committer | Rohit Kalhans <rohit.kalhans@oracle.com> | 2012-02-08 12:10:55 +0530 |
commit | b7430d73e4be2f5933e147ba7a44e3b054cb79b7 (patch) | |
tree | e58195a7225032197fd3df4e5727a459c791c2f8 /mysql-test/r/ps.result | |
parent | de85a60049af7af2cfdaa6f642e4ea7b7189afbe (diff) | |
download | mariadb-git-b7430d73e4be2f5933e147ba7a44e3b054cb79b7.tar.gz |
Backout the patch for bug#11758263.
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r-- | mysql-test/r/ps.result | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result index 310004de983..afa105a39b8 100644 --- a/mysql-test/r/ps.result +++ b/mysql-test/r/ps.result @@ -1,4 +1,3 @@ -call mtr.add_suppression('Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT.'); drop table if exists t1,t2,t3,t4; drop database if exists client_test_db; create table t1 |