mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge b6883-mysql-4.1 -> 5.0
This commit is contained in:
@@ -596,7 +596,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;
|
||||
|
||||
Reference in New Issue
Block a user