~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Stewart Smith
  • Date: 2008-07-09 01:40:54 UTC
  • mfrom: (105 drizzle)
  • mto: This revision was merged to the branch mainline in revision 111.
  • Revision ID: stewart@flamingspork.com-20080709014054-xfgfzirbhqzrzkkj
mergeĀ fromĀ mainline

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