aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPServerSupport.m
Commit message (Collapse)AuthorAgeFilesLines
* Add support for adding SPATIAL indexes on MyISAM tables. Also, update ↵stuconnolly2010-10-081-0/+5
| | | | Localizable.strings.
* Various improvements to server capability/version checking, including:stuconnolly2010-10-071-0/+311
- Add a new ServerSupport class, for which an instance is created upon each new connection and is then subsequently accessible via SPDatabaseDocument. - Replace the majority of manual version checking with calls to properties in the above new class. - Improve the user manager's compatibility with MySQL 3 and 4 servers. Fixes issue #811 Other changes include: - Disable the encoding popup button when adding a new table or database to servers running pre MySQL 4.1 as it only contains one option, 'Default'. - Fix various potential memory leaks discovered during static analysis. - General tidy up and comments.