InnoDB
and BDB
tables will now use index when doing an
ORDER BY
on the whole table.
BDB
tables.
ANALYZE
, REPAIR
, and OPTIMIZE TABLE
when
the thread is waiting to get a lock on the table.
ANALYZE TABLE
.
INSERT DELAYED
which could cause the binary log to have rows that were not yet written
to MyISAM
tables.
Posted by [name withheld] on Monday June 17 2002, @7:39pm | [Delete] [Edit] |
A useful index to the updates may be found at <a
href='http://www.bitbybit.dk/mysqlfaq'>http://www.
bitbybit.dk/mysqlfaq</a>. This index contains the
changes grouped by concept, making it easy to
find out when a particular feature/bug was
added/fixed.
Posted by Najmi Thayyil on Monday June 17 2002, @7:39pm | [Delete] [Edit] |
It is great..really great...We are expecting
mysql will update itslf by forseeing new demands
and hence to support your large customer base.
And also expecting a new mysql version with full
support for Foreign Key
Posted by Stephen VanDyke on Monday June 17 2002, @7:39pm | [Delete] [Edit] |
Good job guys, I always enjoy new releases. My
only wishlist item is for speed improvements on
super huge tables (1M+ records). "DELETE FROM
table WHERE keycolumn='someval'" really could use
some speed improvement. Also it would be cool if
there was a way to force OPTIMIZE for some
deletes so it's not an extra command to clean out
the rows flagged for removal.