MySQL Reference Manual for version 4.0.18.
14.4.16.3 MySQL/InnoDB-4.1.1, December 4, 2003
-
IMPORTANT NOTE: if you upgrade to InnoDB-4.1.1 or higher,
you cannot downgrade to a version lower than 4.1.1
any more! That is because earlier versions of InnoDB are not aware of
multiple tablespaces.
-
Multiple tablespaces now available for InnoDB. You can store each InnoDB
type table and its indexes into a separate `.ibd' file into a
MySQL database directory, into the same directory where the
`.frm' file is stored.
-
The MySQL query cache now works for InnoDB tables also if
AUTOCOMMIT=0
, or the statements are enclosed inside
BEGIN ... COMMIT
.
-
Reduced InnoDB memory consumption by a few megabytes if one sets the buffer
pool size < 8 MB.
-
You can use raw disk partitions also in Windows.
This document was generated
by rdg (Feb 25 2004)
using texi2html