Functionality added or changed:
Bugs fixed:
            Packaging: Fixed a bug in the Mac OS PKG
            postinstall script
            (mysql_install_db was called with an
            obsolete argument).
          
            Packaging: Added missing file
            mysql_create_system_tables to the
            server RPM package. This bug was fixed for the 4.1.1 RPMs by
            updating the MySQL-server RPM from
            MySQL-server-4.1.1-0 to
            MySQL-server-4.1.1-1. The other RPMs were
            not affected by this change.
          
            Fixed a bug in myisamchk and
            CHECK TABLE that sometimes resulted in a
            spurious error Found key at page ..... that points
            to record outside datafile for a table with a
            FULLTEXT index.
          
            Fixed a hang in full-text indexing of EUC-JP
            (ujis) data.
          
Fixed a crash in full-text indexing of UTF-8 data.
Replication: a rare race condition in the slave SQL thread that could lead to an incorrect complaint that the relay log is corrupted. (Bug#2011)
            Replication: if an administrative command on a table
            (OPTIMIZE TABLE, REPAIR
            TABLE etc) was run on the slave, this could
            sometimes stop the slave SQL thread (this did not lead to
            any corruption; one just had to type START
            SLAVE to get replication going again). (Bug#1858)
          
            Replication: in the slave SQL thread, a multi-table
            UPDATE could produce an incorrect
            complaint that some record was not found in one table, if
            the UPDATE was preceded by a
            INSERT ... SELECT. (Bug#1701)
          
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.

