mariadb/mysql-test/suite/rpl/t/rpl_udf.test
Sergei Golubchik 0b690fdf81 misc test/result fixes
mysql-test/include/rpl_udf.inc:
  supppression should be added after master-slave.inc to affect both a master and a slave
mysql-test/suite/rpl/t/rpl_udf.test:
  supppression should be added after master-slave.inc to affect both a master and a slave
2012-03-02 08:32:16 +01:00

11 lines
494 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. #
###################################################################
let $engine_type= MyISAM;
--source include/rpl_udf.inc
--source include/rpl_end.inc