mariadb/mysql-test/suite/rpl/t/rpl_udf.test

16 lines
645 B
Text
Raw Normal View History

###################################################################
# Author: Chuck Bell #
# Date: 2006-12-21 #
# Purpose: To test that UDFs are replicated in both row based and #
# statement based format. This tests work completed in WL#3629. #
###################################################################
--source include/master-slave.inc
2009-10-18 11:57:38 +08:00
disable_query_log;
call mtr.add_suppression("Unsafe statement binlogged in statement format since BINLOG_FORMAT = STATEMENT");
enable_query_log;
let $engine_type= MyISAM;
--source include/rpl_udf.inc