Software Update: MySQL 3.23.23

Spread the love

garden rake writes: “Although freshmeat announced the release of MySQL 3.23.23, I couldn’t find any message on the MySQL homepage.”

The RPM is here and the source here to download. Or take a look at 1 of the MySQL mirrors

In the change log ( ) says the following:

Changed ALTER TABLE to create non-unique indexes in a separate batch (which should make ALTER TABLE much faster when you have many indexes).

Added delayed index handling to LOAD DATA INFILE, when you are reading into an empty file.

ALTER TABLE now logs the first used insert_id correctly.

Fixed crash when adding a default value to a BLOB column.

Fixed a bug with DATE_ADD/DATE_SUB where it returned a datetime instead of a date.

Fixed a problem with the thread cache which made some threads show up as ***DEAD*** in SHOW PROCESSLIST.

Fixed a lock in our thr_rwlock code, which could make selects that run at the same time as concurrent inserts crash. This only affects systems that don’t have the pthread_rwlock_rdlock code.

When deleting rows with a non-unique key in a HEAP table, all rows weren’t always deleted.

Fixed that BDB tables work on part keys.

Added CHANGE MASTER TO command

Fixed fatal bug in LOAD TABLE FROM MASTER that did not lock the table during index re-build

LOAD DATA INFILE broke replication if the database was excluded from replication

More variables in SHOW SLAVE STATUS and SHOW MASTER STATUS

SLAVE STOP now will not return until the slave thread actually exits

Version number 3.23.23
Operating systems Linux
Website SourceForge
Download
You might also like