mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
8661497e9b
- Update mysql-test-run.pl to collect tests from several suites - Group test into suites - Add suite.opt file
22 lines
709 B
Text
22 lines
709 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/not_embedded.inc
|
|
--source include/master-slave.inc
|
|
|
|
let $engine_type= MyISAM;
|
|
|
|
set binlog_format=row;
|
|
|
|
# Embedded server doesn't support binlogging
|
|
--source include/rpl_udf.inc
|
|
|
|
set binlog_format=statement;
|
|
|
|
# Embedded server doesn't support binlogging
|
|
--source include/rpl_udf.inc
|
|
|