diff options
author | stuconnolly <stuart02@gmail.com> | 2012-04-30 14:05:03 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-04-30 14:05:03 +0000 |
commit | 61f734103aad78bbdedb48dac55b0081380a295c (patch) | |
tree | 63ca73d6e028ba13c03de3b5e418edc119da83c1 /Source/SPIndexesController.h | |
parent | 76d1d9d7fe2046bcf9281f95c5a7b541d49e6a0b (diff) | |
download | sequelpro-61f734103aad78bbdedb48dac55b0081380a295c.tar.gz sequelpro-61f734103aad78bbdedb48dac55b0081380a295c.tar.bz2 sequelpro-61f734103aad78bbdedb48dac55b0081380a295c.zip |
Add index sheet improvements:
- FULLTEXT index type should only be available for MyISAM tables
- Index prefix lengths are ignored when specified for FULLTEXT indexes so don't require one (fixes issue #1306)
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index e014a4a7..8c79f4af 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -68,6 +68,7 @@ #endif BOOL _mainNibLoaded; + BOOL isMyISAMTale; NSString *table; NSMutableArray *fields, *indexes, *indexedFields; |