Hi!

Because of the core-dump bug when getting an Aborted Connecting
when running a mysqld compiled for debugging, we decided to make a
new release almost at once.

This also fixes a timing problem in replication.

Hopefully we don't need to do many more 3.23 releases :)


Changes in release 3.23.32

   * Changed code to get around compiler bug in Compaq C++ on OSF1,
     that broke `BACKUP, RESTORE, CHECK, REPAIR, and ANALYZE TABLE'.

   * Added option `FULL' to `SHOW COLUMNS'. Now we only show the
     privilege list for the columns if this option is given.

   * Fixed bug in `SHOW LOGS' when there wheren't any BDB logs.

   * Fixed a timing problem in replication that could delay sending an
     update to the client until a new update was done.

   * Don't convert field names when using `mysql_list_fields()'.  This
     is to keep this code compatible with `SHOW FIELDS'.

   * `MERGE' tables didn't work on windows.

   * Fixed problem with `SET PASSWORD=...' on windows.

   * Added missing `my_config.h' to RPM distribution.

   * `TRIM("foo" from "foo")' didn't return an empty string.

   * Added `--with-version-suffix' to configure.

   * Fixed coredump when client aborted connection without
     `mysql_close()'.

   * Fixed bug in `RESTORE TABLE' when trying to restore from a
     non-existing directory.

   * Fixed coredump on the slave replicating `SET PASSWORD'.

   * Added `MASTER_POS_WAIT()'.

Regards,
Monty

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