MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: obrechts (544)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: //usr/share/mysql-test/suite/rpl/t/rpl_udf.test
###################################################################
# 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

--source include/rpl_end.inc