From 54bf811adaf9c6a82a1cc9509874b4b59da58144 Mon Sep 17 00:00:00 2001 From: "lars@mysql.com" <> Date: Fri, 27 May 2005 04:17:33 +0200 Subject: BUG#6883: Added implicit commit for CREATE TABLE, TRUNCATE TABLE and DROP/CREATE DATABASE --- mysql-test/t/innodb.test | 1 - 1 file changed, 1 deletion(-) (limited to 'mysql-test/t/innodb.test') diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 201489c0ddb..20b72004f5c 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -570,7 +570,6 @@ show tables from mysqltest; set autocommit=0; create table t1 (a int not null) engine= innodb; insert into t1 values(1),(2); ---error 1192 truncate table t1; commit; truncate table t1; -- cgit v1.2.1