aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-09-22 22:08:48 +0000
committerstuconnolly <stuart02@gmail.com>2010-09-22 22:08:48 +0000
commite7f4b5ea710721440be2a341bbea1a940664be7c (patch)
tree059d2438af7d0896c622a647d0915f3ab4be9ccc /Source/SPIndexesController.h
parentf12e8dfc1453248b843efe9066570206c26bbdd6 (diff)
downloadsequelpro-e7f4b5ea710721440be2a341bbea1a940664be7c.tar.gz
sequelpro-e7f4b5ea710721440be2a341bbea1a940664be7c.tar.bz2
sequelpro-e7f4b5ea710721440be2a341bbea1a940664be7c.zip
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.
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r--Source/SPIndexesController.h2
1 files changed, 2 insertions, 0 deletions
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;