Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauricio@fauth.dev>2020-11-29 04:30:09 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2020-11-29 18:21:21 +0300
commitaeac7177da3eaf595e2d4d4ff520948c72d4791c (patch)
tree98c0818035414afe35ba1111d0056541b6d1fa54 /libraries/services_controllers.php
parentf717a9235d6605b041544940bf2e343c19e1b9ee (diff)
Extract analyze partition action to a new route
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
Diffstat (limited to 'libraries/services_controllers.php')
-rw-r--r--libraries/services_controllers.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/services_controllers.php b/libraries/services_controllers.php
index ccb3af9dc5..bb9e0f7ed6 100644
--- a/libraries/services_controllers.php
+++ b/libraries/services_controllers.php
@@ -706,6 +706,15 @@ return [
'$model' => '@table_maintenance',
],
],
+ PhpMyAdmin\Controllers\Table\PartitionController::class => [
+ 'class' => PhpMyAdmin\Controllers\Table\PartitionController::class,
+ 'arguments' => [
+ '$response' => '@response',
+ '$template' => '@template',
+ '$db' => '%db%',
+ '$table' => '%table%',
+ ],
+ ],
PhpMyAdmin\Controllers\Table\OperationsController::class => [
'class' => PhpMyAdmin\Controllers\Table\OperationsController::class,
'arguments' => [