+ Add 'COLUMNS Partitioning' support + Allow to edit partition names * Do not show duplicate partition names in 'Partition maintenance' snippet on 'Operations' tab. Caused by subpartitions presence. * Optimize Partition::getPartitionMethod() - need only one row, so use 'LIMIT 1' in query to avoid much data transfer from database. * Change HTML-code of partition comment textarea to avoid extra spaces added to value. * Added missing htmlspecialchars() on subpartitions comment. Signed-off-by: Pavel Rochnyack <pavel2000@ngs.ru> |
||
|---|---|---|
| .. | ||
| database | ||
| server | ||
| table | ||
| Controller.php | ||
| DatabaseController.php | ||
| TableController.php | ||