InnoDB
のクエリ最適化における主要なバグを修正:
SELECT ... WHERE indexcolumn < x
および SELECT ... WHERE indexcolumn >
x
というタイプのクエリで、適切に選択できる場合でもテーブルがスキャンされる可能性があった。
MySQL がクエリの途中で
TL_IGNORE
を指定して
store_lock
を呼び出す場合に発生していたバグが修正された。
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.