1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

cleanup of ha_myisam::deactivate_non_unique_index() and Co.

This commit is contained in:
unknown
2004-04-02 20:42:35 +02:00
parent 7c27065c3e
commit a66fe8dcd5
6 changed files with 26 additions and 37 deletions

View File

@ -416,6 +416,7 @@ typedef struct st_mi_sort_param
#define MI_MIN_SIZE_BULK_INSERT_TREE 16384 /* this is per key */
#define MI_MIN_ROWS_TO_USE_BULK_INSERT 100
#define MI_MIN_ROWS_TO_DISABLE_INDEXES 100
/* The UNIQUE check is done with a hashed long key */