~skinny.moey/drizzle/branch-rev

« back to all changes in this revision

Viewing changes to mysql-test/suite/binlog/t/binlog_row_insert_select.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
# Bug#18326: Do not lock table for writing during prepare of statement
 
6
# The use of the ps protocol causes extra table maps in the binlog, so
 
7
# we disable the ps-protocol for this statement.
 
8
--disable_ps_protocol
 
9
-- source extra/binlog_tests/insert_select-binlog.test
 
10
--enable_ps_protocol