From e7f4b5ea710721440be2a341bbea1a940664be7c Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 22 Sep 2010 22:08:48 +0000 Subject: Add support in the new index sheet for specifying an index's key block size (in the advanced view) which was added in MySQL 5.1.10. --- Source/SPIndexesController.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/SPIndexesController.h') diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index cd049e57..4d23aa3d 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -30,6 +30,7 @@ extern NSString *SPNewIndexIndexName; extern NSString *SPNewIndexIndexType; extern NSString *SPNewIndexIndexedColumns; extern NSString *SPNewIndexStorageType; +extern NSString *SPNewIndexKeyBlockSize; @interface SPIndexesController : NSWindowController { @@ -62,6 +63,7 @@ extern NSString *SPNewIndexStorageType; IBOutlet NSView *indexAdvancedOptionsView; IBOutlet NSButton *indexAdvancedOptionsViewLabelButton; IBOutlet NSPopUpButton *indexStorageTypePopUpButton; + IBOutlet NSTextField *indexKeyBlockSizeTextField; NSString *table; -- cgit v1.2.3