Branch: refs/heads/QA_4_7 Home: https://github.com/phpmyadmin/phpmyadmin Commit: fa051ff3e862c03d14918c43f4c865bc549904f7 https://github.com/phpmyadmin/phpmyadmin/commit/fa051ff3e862c03d14918c43f4c8... Author: Michal Čihař michal@cihar.com Date: 2017-02-14 (Tue, 14 Feb 2017)
Changed paths: M ChangeLog M libraries/controllers/database/DatabaseStructureController.php M libraries/operations.lib.php
Log Message: ----------- Add basic support for TokuDB
This applies most of https://github.com/phpmyadmin/phpmyadmin/pull/12693 on top of current code base.
- offer correct operations on operations tab - properly handle counting same as with InnoDB
Fixes #12693
Signed-off-by: Michal Čihař michal@cihar.com