~linuxjedi/drizzle/trunk-bug-667053

« back to all changes in this revision

Viewing changes to mysql-test/suite/rpl/t/rpl_udf.test

  • Committer: brian
  • Date: 2008-06-25 05:29:13 UTC
  • Revision ID: brian@localhost.localdomain-20080625052913-6upwo0jsrl4lnapl
clean slate

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
###################################################################
 
2
# Author: Chuck Bell                                              #
 
3
# Date: 2006-12-21                                                #
 
4
# Purpose: To test that UDFs are replicated in both row based and #
 
5
# statement based format. This tests work completed in WL#3629.   #
 
6
###################################################################
 
7
 
 
8
--source include/not_embedded.inc
 
9
--source include/master-slave.inc
 
10
 
 
11
let $engine_type= MyISAM;
 
12
 
 
13
set binlog_format=row;
 
14
 
 
15
# Embedded server doesn't support binlogging
 
16
--source include/rpl_udf.inc
 
17
 
 
18
set binlog_format=statement;
 
19
 
 
20
# Embedded server doesn't support binlogging
 
21
--source include/rpl_udf.inc
 
22