diff options
author | unknown <monty@hundin.mysql.fi> | 2001-11-07 23:18:12 +0200 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-11-07 23:18:12 +0200 |
commit | e85894c182f4c131b961f87b0392beead3d43a19 (patch) | |
tree | f1c68494d0547ce79f742d6afdbb72452885ec00 /Docs | |
parent | 3c0487c4c31c516c745a020f2c1b2e836cb28d86 (diff) | |
download | mariadb-git-e85894c182f4c131b961f87b0392beead3d43a19.tar.gz |
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
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 46a62f66eef..0f234fcfd21 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46852,6 +46852,8 @@ Fixed bug with BDB tables and keys on @code{BLOB}'s. Fixed bug in @code{MERGE} tables on OS with 32 bit file pointers. @item Fixed bug in @code{TIME_TO_SEC()} when using negative values. +@item +Fixed core dump bug in @code{ALTER TABLE} on a @code{TEMPORARY} InnoDB table. @end itemize @node News-3.23.44, News-3.23.43, News-3.23.45, News-3.23.x |