From 61f734103aad78bbdedb48dac55b0081380a295c Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 30 Apr 2012 14:05:03 +0000 Subject: 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) --- Source/SPIndexesController.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/SPIndexesController.h') 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; -- cgit v1.2.3