aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPIndexesController.h
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3471:r3481).stuconnolly2012-02-191-1/+2
|
* Bring outlinew view branch up to date with trunk (r3375:3468).stuconnolly2012-01-221-0/+1
|
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-2/+2
|
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-0/+2
|
* Update indexes controller constants.stuconnolly2010-10-191-7/+0
|
* Add support in the new index sheet for specifying an index's key block size ↵stuconnolly2010-09-221-0/+2
| | | | (in the advanced view) which was added in MySQL 5.1.10.
* New add index sheet, which includes:stuconnolly2010-09-171-3/+40
| | | | | | | | | - The ability to easily index multiple columns - The ability to specify the storage type (HASH or BTREE) that should be used when available and permitted - The ability to specify a length prefix when indexing a specific column (required on TEXT columns) Requires lots of testing.
* • several fixes for index table in Structure viewBibiko2010-06-151-0/+1
| | | | | | | - fixed binding for removeIndexButton - moved indexTable's tableViewSelectionDidChange: delegate to SPIndexController to fix enabling/disabling of the removeIndexButton - fixed issue to blank the index table for multiple selected tables
* Split the management of a table's indexes (adding and removing) to its own ↵stuconnolly2010-06-141-0/+65
controller and XIB in preparation for the UI redesign.