~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/t/create_select_tmp.test

  • Committer: Brian Aker
  • Date: 2008-11-21 22:11:22 UTC
  • Revision ID: brian@tangent.org-20081121221122-b39onio2vhnmbenm
RemoveĀ oneĀ set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
# binlog if it was a transactional table, it resulted in an
6
6
# inconsistency between binlog and the internal list of temp tables.
7
7
 
8
 
# This does not work for RBR yet.
9
 
--source include/have_binlog_format_mixed_or_statement.inc
10
 
 
11
8
-- source include/have_innodb.inc
12
9
--disable_warnings
13
10
drop table if exists t1, t2;