24 lines
887 B
Plaintext
24 lines
887 B
Plaintext
###################################################################
|
|
# 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/not_group_replication_plugin.inc
|
|
--source include/have_myisam.inc
|
|
--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;
|
|
|
|
let $engine_type= MyISAM;
|
|
--source include/rpl_udf.inc
|
|
|
|
--source include/rpl_end.inc
|
|
|
|
--connection master
|
|
--source suite/xengine/include/check_xengine_log_error.inc
|