aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2012-04-30 14:05:03 +0000
committerstuconnolly <stuart02@gmail.com>2012-04-30 14:05:03 +0000
commit61f734103aad78bbdedb48dac55b0081380a295c (patch)
tree63ca73d6e028ba13c03de3b5e418edc119da83c1 /Source/SPIndexesController.h
parent76d1d9d7fe2046bcf9281f95c5a7b541d49e6a0b (diff)
downloadsequelpro-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.h1
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;