Download MySQL 3.23.46

Spread the love

Just a week after the release of 3.23.45, the MySQL developers have already released a new version of MySQL. The changelog of release 3.23.46 is modest and limited to bug fixes only:

  • Fixed bug where one got an empty set instead of a DEADLOCK error when using BDB tables.
  • One can now kill ANALYZE,REPAIR and OPTIMIZE TABLE when the thread is waiting to get a lock on the table.
  • Fixed race condition in ANALYZE TABLE.
  • Fixed bug when joining with caching (unlikely to happen).
  • Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables.
  • Changed caching of binary log to make replication slightly faster.
  • Fixed bug in replication on Mac OS X.

Version number 3.23.46
Operating systems Windows 9x, Windows NT, Windows 2000, Linux, BSD, Windows XP, macOS, OS/2, Solaris, UNIX
Website MySQL
Download
You might also like