mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Add timeout for shutdown to mysql-test-run
Docs/manual.texi: Auto merged sql/ha_innobase.cc: Auto merged sql/sql_table.cc: Auto merged mysql-test/mysql-test-run.sh: Add timeout for shutdown mysql-test/r/innodb.result: Use local test mysql-test/t/innodb.test: merge
This commit is contained in:
@@ -489,6 +489,8 @@ insert into t1 values (NULL),(NULL),(NULL);
|
||||
delete from t1 where a=3;
|
||||
insert into t1 values (NULL);
|
||||
select * from t1;
|
||||
alter table t1 add b int;
|
||||
select * from t1;
|
||||
drop table t1;
|
||||
|
||||
#Slashdot bug
|
||||
@@ -544,5 +546,3 @@ delete from t1;
|
||||
select * from t1;
|
||||
commit;
|
||||
drop table t1;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user