In MySQL 5.7, the adaptive hash index feature is partitioned. Each index is bound to a specific partition, and each partition is protected by a separate latch. Partitioning is controlled by theinnodb_adaptive_hash_index_partsvariable. In earlier releases, the adaptive hash index feature was prot...