diff options
author | Max <post@wickenrode.com> | 2015-04-06 18:23:11 +0200 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-04-06 18:23:11 +0200 |
commit | 8eadd956e7b28695a3204ed2ba695a771a2b8da4 (patch) | |
tree | 4a71937e3d2aa5b694fa05e7ad2e88fe347cbf74 /Source/SPIndexesController.h | |
parent | 8631b5a61843aa52662946093e8391ead3de5689 (diff) | |
download | sequelpro-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.h | 3 |
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; |