blob: cda99aced786dc5153b6bef0e9beb17fdff21c97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
###################################################################
# 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. #
###################################################################
let $engine_type= MyISAM;
--source include/rpl_udf.inc
--source include/rpl_end.inc
|