CHECK TABLE
が
InnoDB
テーブルでも動作するようになった。
my.cnf
の新しいパラメータ
innodb_unix_file_flush_method
が追加された。このパラメータは、ディスク書き込みパフォーマンスのチューニングに使用できる。
オートインクリメントカラムが、トランザクションメカニズムを通さずに新しい値を取得するようになった。これによって、新しい値を割り当てる際の CPU 時間が削減され、トランザクションデッドロックが排除される。
3.23.38 での複数のバグ、特にロールバックでのバグが修正された。
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.