~stewart/drizzle/embedded-innodb-create-select-transaction-arrgh

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/t/binlog_row_mix_innodb_myisam.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
# This is a wrapper for binlog.test so that the same test case can be used 
 
2
# For both statement and row based bin logs 9/19/2005 [jbm]
 
3
 
 
4
-- source include/have_binlog_format_row.inc
 
5
 
 
6
# Bug#18326: Do not lock table for writing during prepare of statement
 
7
# The use of the ps protocol causes extra table maps in the binlog, so
 
8
# we disable the ps-protocol for this statement.
 
9
--disable_ps_protocol
 
10
 
 
11
-- source extra/binlog_tests/mix_innodb_myisam_binlog.test
 
12
 
 
13
--enable_ps_protocol
 
14
 
 
15
-- source  extra/binlog_tests/mix_innodb_myisam_side_effects.test