1
###################################################################
4
# Purpose: To test that UDFs are replicated in both row based and #
5
# statement based format. This tests work completed in WL#3629. #
6
###################################################################
8
--source include/not_embedded.inc
9
--source include/master-slave.inc
11
let $engine_type= MyISAM;
13
set binlog_format=row;
15
# Embedded server doesn't support binlogging
16
--source include/rpl_udf.inc
18
set binlog_format=statement;
20
# Embedded server doesn't support binlogging
21
--source include/rpl_udf.inc