summaryrefslogtreecommitdiff
path: root/mysql-test/t/drop_temp_table.test
diff options
context:
space:
mode:
authorunknown <df@pippilotta.erinye.com>2007-05-31 09:34:24 +0200
committerunknown <df@pippilotta.erinye.com>2007-05-31 09:34:24 +0200
commit090c739694e3eecc8051e7abcc60ef88985cedb9 (patch)
treee26632366d7ab4a8fd45c23ba880a6a28fea2343 /mysql-test/t/drop_temp_table.test
parent9ab80f916af9320e1b9cac5ee0141581b6a316f0 (diff)
downloadmariadb-git-090c739694e3eecc8051e7abcc60ef88985cedb9.tar.gz
some test cases cannot run with --skip-log-bin
mysql-test/r/mix_innodb_myisam_binlog.result: have_log_bin.inc increases transaction count by onw mysql-test/t/binlog.test: test obviously requires binlog mysql-test/t/blackhole.test: test requires binlog for now mysql-test/t/ctype_cp932_binlog.test: test requires binlog mysql-test/t/ctype_cp932_notembedded.test: test requires binlog for now mysql-test/t/ctype_ucs_binlog.test: test requires binlog mysql-test/t/drop_temp_table.test: test requires binlog for now mysql-test/t/flush_block_commit_notembedded.test: test requires binlog for now mysql-test/t/insert_select-binlog.test: test requires binlog mysql-test/t/mix_innodb_myisam_binlog.test: test requires binlog mysql-test/t/mysqlbinlog-cp932.test: test requires binlog mysql-test/t/mysqlbinlog.test: test requires binlog mysql-test/t/mysqlbinlog2.test: test requires binlog mysql-test/t/mysqltest.test: test requires binlog for now mysql-test/t/sp_trans.test: test requires binlog for now mysql-test/t/user_var-binlog.test: test requires binlog for now
Diffstat (limited to 'mysql-test/t/drop_temp_table.test')
-rw-r--r--mysql-test/t/drop_temp_table.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/drop_temp_table.test b/mysql-test/t/drop_temp_table.test
index bc06de4096c..7c83a2919b7 100644
--- a/mysql-test/t/drop_temp_table.test
+++ b/mysql-test/t/drop_temp_table.test
@@ -1,5 +1,6 @@
# Embedded server doesn't support binlog
-- source include/not_embedded.inc
+-- source include/have_log_bin.inc
--disable_warnings
drop database if exists `drop-temp+table-test`;