aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
diff options
context:
space:
mode:
authorMax <post@wickenrode.com>2015-04-06 18:23:11 +0200
committerMax <post@wickenrode.com>2015-04-06 18:23:11 +0200
commit8eadd956e7b28695a3204ed2ba695a771a2b8da4 (patch)
tree4a71937e3d2aa5b694fa05e7ad2e88fe347cbf74 /Source/SPIndexesController.h
parent8631b5a61843aa52662946093e8391ead3de5689 (diff)
downloadsequelpro-8eadd956e7b28695a3204ed2ba695a771a2b8da4.tar.gz
sequelpro-8eadd956e7b28695a3204ed2ba695a771a2b8da4.tar.bz2
sequelpro-8eadd956e7b28695a3204ed2ba695a771a2b8da4.zip
Add support for FULLTEXT indexes in InnoDB tables
Fixes #1917
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r--Source/SPIndexesController.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h
index 6ee59226..82bc0a03 100644
--- a/Source/SPIndexesController.h
+++ b/Source/SPIndexesController.h
@@ -74,7 +74,8 @@
#endif
BOOL _mainNibLoaded;
- BOOL isMyISAMTale;
+ BOOL isMyISAMTable;
+ BOOL isInnoDBTable;
NSString *table;
NSMutableArray *fields, *indexes, *indexedFields;