diff options
Diffstat (limited to 'innobase/ha/hash0hash.c')
-rw-r--r-- | innobase/ha/hash0hash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/innobase/ha/hash0hash.c b/innobase/ha/hash0hash.c index 1f7edf9d7d2..facdea66198 100644 --- a/innobase/ha/hash0hash.c +++ b/innobase/ha/hash0hash.c @@ -91,6 +91,7 @@ hash_create( array = ut_malloc(sizeof(hash_cell_t) * prime); + table->adaptive = FALSE; table->array = array; table->n_cells = prime; table->n_mutexes = 0; |