Hi!

This release includes mainly fixes for BDB and InnoDB tables.

You can now find MySQL-Max (MySQL binaries with support for the above
table types) for most supported platforms at
http://www.mysql.com/downloads/mysql-max-3.23.html

The windows binary is under testing and should hopefully be released
tomorrow (if we don't find any unexpected bugs in BDB or InnoDB under
windows).

Changes in release 3.23.38
--------------------------
 
   * Fixed a bug in `REPLACE()' when using the ujis character set.
 
   * Applied Sleepycat BDB patches 3.2.9.1 and 3.2.9.2.
 
   * Added option `--skip-stack-trace' to `mysqld'.
 
   * `CREATE TEMPORARY' now works with `InnoDB' tables.
 
   * `InnoDB' now promotes sub keys to whole keys.
 
   * Added option `CONCURRENT' to `LOAD DATA'.
 
   * Better error message when slave `max_allowed_packet' is to low to
     read a very long log event from the master
 
   * Fixed bug when too many rows where removed when using `SELECT
     DISTINCT ... HAVING'.
 
   * `SHOW CREATE TABLE' now returns `TEMPORARY' for temporary tables.
 
   * Added `Rows_examined' to slow query log.
 
   * Fixed problems with function returning empty string when using
     together with a group functions and a `WHERE' that didn't match
     any rows.
 
   * New program `mysqlcheck'.
 
   * Added database name to output for administrative commands like
     `CHECK', `REPAIR', `OPTIMIZE'.
 
   * Lots of portability fixes for InnoDB.
 
   * Changed optimizer so that queries like `SELECT * FROM
     table_name,table_name2 ... ORDER BY key_part1 LIMIT #' will use
     index on `key_part1' instead of `filesort'.
 
   * Fixed bug when doing `LOCK TABLE to_table WRITE,...; INSERT INTO
     to_table... SELECT ...' when `to_table' was empty.
 
   * Fixed bug with `LOCK TABLE' and BDB tables.

Regards,
Monty

PS: Please use a mirror for downloading (Note that it will probably
    take 24 hours until our mirrors are up to date)

---------------------------------------------------------------------
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