1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

after merge fixes

This commit is contained in:
serg@serg.mylan
2005-02-16 17:34:02 +01:00
parent fd828e5b4d
commit 5ddb6354a5
33 changed files with 555 additions and 311 deletions

View File

@ -108,8 +108,10 @@ insert into t1 values ("Alas");
use test;
SET TIMESTAMP=1065204671;
BEGIN;
ROLLBACK;
/*!40019 SET @@session.max_insert_delayed_threads=0*/;
use test;
SET TIMESTAMP=1065204671;
BEGIN;
ROLLBACK;
drop table t1, t2;