summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_udf.test
blob: b52fea144ba729eff0502f89e73f72e12935cb67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###################################################################
# 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

disable_query_log;
call mtr.add_suppression("Unsafe statement written to the binary log using statement format since BINLOG_FORMAT = STATEMENT");
enable_query_log;

let $engine_type= MyISAM;
--source include/rpl_udf.inc