Hi!

InnoDB is a MySQL table type which provides transactions, row level locking,
foreign key constraints, and a non-free hot backup tool.

InnoDB is included in MySQL-Max-3.23.54 and all downloadable versions of
MySQL-4.0. You can download a free GPL version of these from
http://www.mysql.com.

3.23.54 is a bugfix release of the stable MySQL-Max-3.23 branch, which is
recommended for production use.


* Fixed a bug: the InnoDB range estimator greatly exaggerated the size of a
short index range if the paths to the endpoints of the range in the index
tree happened to branch already in the root. This could cause unnecessary
table scans in SQL queries.

* Fixed a bug: SQL ORDER BY could fail if you had not created a primary key
to a table, but had defined several indexes of which at least one was a
UNIQUE index with all its columns declared as NOT NULL.

* Fixed a bug: a lock wait timeout in connection with ON DELETE CASCADE
could cause corruption in indexes.

* Fixed a bug: if a SELECT was done with a unique key from a primary index,
and the search matched to a delete-marked record, InnoDB could erroneously
return the NEXT record.

* Fixed a bug introduced in 3.23.53: LOCK TABLES ... READ LOCAL should not
set row locks on the rows read. This caused deadlocks and lock wait timeouts
in mysqldump.

* Fixed a bug: if an index contains some column twice, and that column is
updated, the table will become corrupt. From now on InnoDB prevents creation
of such indexes.

* An outstanding bug: in replication issuing SLAVE STOP in the middle of a
multi-statement transaction can cause that SLAVE START will only perform
part of the transaction.

Best regards,

Heikki Tuuri
Innobase Oy
http://www.innodb.com



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to