Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix add index sheet height. | stuconnolly | 2010-09-23 | 1 | -23/+23 |
| | |||||
* | Add support in the new index sheet for specifying an index's key block size ↵ | stuconnolly | 2010-09-22 | 1 | -34/+214 |
| | | | | (in the advanced view) which was added in MySQL 5.1.10. | ||||
* | Add index sheet: | stuconnolly | 2010-09-18 | 1 | -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: | stuconnolly | 2010-09-17 | 1 | -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 ↵ | rowanbeentje | 2010-08-01 | 1 | -21/+1303 |
| | | | | indexes view labels | ||||
* | Add an optional placeholder to the new index name field. | stuconnolly | 2010-06-15 | 1 | -0/+1 |
| | |||||
* | Revert a change made in r2320 that required an explicit name when adding new ↵ | stuconnolly | 2010-06-15 | 1 | -3/+5 |
| | | | | index. | ||||
* | Split the management of a table's indexes (adding and removing) to its own ↵ | stuconnolly | 2010-06-14 | 1 | -0/+2261 |
controller and XIB in preparation for the UI redesign. |