• unknown's avatar
    Fix for bug#5138: hash indexes on heap tables support statistics. · 9e0810d3
    unknown authored
     KEY::rec_per_key is updated every time 1/HEAP_STATS_UPDATE_THRESHOLD part of table records has been changed.
    
    
    heap/_check.c:
      Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
    heap/hp_clear.c:
      Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
    heap/hp_create.c:
      Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
    heap/hp_delete.c:
      Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
    heap/hp_hash.c:
      Hash indexes on heap tables now support statistics - number of hash buckets. The value is updated on any insert/delete operation.
    heap/hp_write.c:
      Hash indexes on heap tables now support statistics - number of hash buckets. The...
    9e0810d3
_check.c 5.61 KB