diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-07 23:38:33 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-07 23:38:33 +0200 |
commit | b6287ade897c04a37878aa4773c605c4b97c533d (patch) | |
tree | 481aed413c30b6d923843556a11c1b4ed47f4a60 /mysql-test/t/innodb.test | |
parent | 4fdbc4562cf507bcbe4ee09c6473355e064562aa (diff) | |
parent | bc1ea614671d2b16696c9b5a666ff6f5a1039428 (diff) | |
download | mariadb-git-b6287ade897c04a37878aa4773c605c4b97c533d.tar.gz |
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
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 0d2eb09eabd..4e107b29cf4 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -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; - - |