diff options
author | unknown <serg@serg.mylan> | 2004-04-02 20:42:35 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2004-04-02 20:42:35 +0200 |
commit | a66fe8dcd5e7106df8e6ce01b1c2fc10c3990b2c (patch) | |
tree | dfc8d7c560515b2d009e6d8800028290852daaba /myisam/myisamdef.h | |
parent | 7c27065c3e79ad2e39fa71ead9121296008faf10 (diff) | |
download | mariadb-git-a66fe8dcd5e7106df8e6ce01b1c2fc10c3990b2c.tar.gz |
cleanup of ha_myisam::deactivate_non_unique_index() and Co.
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r-- | myisam/myisamdef.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h index f84d1c573d0..ecef9953202 100644 --- a/myisam/myisamdef.h +++ b/myisam/myisamdef.h @@ -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 */ |