~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Brian Aker
  • Date: 2008-07-08 00:20:35 UTC
  • Revision ID: brian@tangent.org-20080708002035-h0tsf9idk63f4d6s
Main binary now named drizzled

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