• unknown's avatar
    Bug #20358: InnoDB hang on the adaptive hash index latch in btr0sea.c · 88bb81f8
    unknown authored
    Add --skip-innodb-adaptive-hash-index option, which is a way to
    work around the bug (by disabling the adaptive hash feature entirely).
    
    This may be useful even once the bug is fixed, for benchmarking purposes.
    There are some workloads for which the adaptive hash index is not effective.
    
    
    sql/ha_innodb.cc:
      Add --skip-innodb-adaptive-hash-index option.
    sql/ha_innodb.h:
      Add --skip-innodb-adaptive-hash-index option.
    sql/mysqld.cc:
      Add --skip-innodb-adaptive-hash-index option.
    sql/set_var.cc:
      Add --skip-innodb-adaptive-hash-index option.
    88bb81f8
ha_innodb.cc 215 KB