diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-03-02 08:32:16 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-03-02 08:32:16 +0100 |
commit | 0b690fdf81789db75206a8e2d1b7bab5b9d1e9f1 (patch) | |
tree | b2d609a704d30212b885167a0fc97aa3f5766116 /mysql-test/include | |
parent | 5d6989ea718552a09894dce2fbd794b446847468 (diff) | |
download | mariadb-git-0b690fdf81789db75206a8e2d1b7bab5b9d1e9f1.tar.gz |
misc test/result fixes
mysql-test/include/rpl_udf.inc:
supppression should be added after master-slave.inc to affect both a master and a slave
mysql-test/suite/rpl/t/rpl_udf.test:
supppression should be added after master-slave.inc to affect both a master and a slave
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/rpl_udf.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/rpl_udf.inc b/mysql-test/include/rpl_udf.inc index 658ec3b355a..71a6304c303 100644 --- a/mysql-test/include/rpl_udf.inc +++ b/mysql-test/include/rpl_udf.inc @@ -11,6 +11,10 @@ --source include/have_udf.inc --source include/master-slave.inc +disable_query_log; +call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT"); +enable_query_log; + # # To run this tests the "sql/udf_example.c" need to be compiled into # udf_example.so and LD_LIBRARY_PATH should be setup to point out where |