mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
15 lines
645 B
Text
15 lines
645 B
Text
###################################################################
|
|
# 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 binlogged in statement format since BINLOG_FORMAT = STATEMENT");
|
|
enable_query_log;
|
|
|
|
let $engine_type= MyISAM;
|
|
--source include/rpl_udf.inc
|