1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

Fix bug in ALTER TABLE on a TEMPORARY InnoDB table.

Docs/manual.texi:
  Changelog
mysql-test/mysql-test-run.sh:
  Change shutdown to 20 seconds for slow systems
mysql-test/r/innodb.result:
  Testcase for found bug
mysql-test/t/innodb.test:
  Testcase for found bug
This commit is contained in:
unknown
2001-11-07 23:18:12 +02:00
parent 3c0487c4c3
commit e85894c182
5 changed files with 16 additions and 3 deletions

View File

@@ -475,6 +475,10 @@ a
1
2
4
a b
1 NULL
2 NULL
4 NULL
id name value uid
1 one one value 101
3 three three value 103