aboutsummaryrefslogtreecommitdiffstats
path: root/Interfaces/English.lproj/IndexesView.xib
Commit message (Collapse)AuthorAgeFilesLines
* Fix add index sheet height.stuconnolly2010-09-231-23/+23
|
* Add support in the new index sheet for specifying an index's key block size ↵stuconnolly2010-09-221-34/+214
| | | | (in the advanced view) which was added in MySQL 5.1.10.
* Add index sheet:stuconnolly2010-09-181-5/+5
| | | | | | | | - Fix an exception caused when cancelling adding an index with the advanced options view open. - Move 'Cancel and 'Add' buttons to be inline with index type and name controls. Both found/suggested by Rowan.
* New add index sheet, which includes:stuconnolly2010-09-171-256/+1317
| | | | | | | | | - 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.
* - Make another couple of strings localisable, and tweak layout of CREATE ↵rowanbeentje2010-08-011-21/+1303
| | | | indexes view labels
* Add an optional placeholder to the new index name field.stuconnolly2010-06-151-0/+1
|
* Revert a change made in r2320 that required an explicit name when adding new ↵stuconnolly2010-06-151-3/+5
| | | | index.
* Split the management of a table's indexes (adding and removing) to its own ↵stuconnolly2010-06-141-0/+2261
controller and XIB in preparation for the UI redesign.