phpmyadmin/libraries/classes/Controllers/Database
Josep Sanz de1c381f23
Add suport to the Mroonga engine: with this patch you can see the size
of the Mroonga's tables

Apply an optimization suggested

In reality, I have applied 2 optimizations, the first consists in filter by the object type as @williamdes suggested to me and the second is because we don't need to store all data of each mroonga object, we only need the name of the object that is used to compare with the tables names, thanks @williamdes by the optimization idea

Signed-off-by: Josep Sanz <josep.sanz@saltos.org>
2021-07-11 21:22:06 +02:00
..
AbstractController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
CentralColumnsController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
DataDictionaryController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
DesignerController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
EventsController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
ExportController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
ImportController.php Remove some globals from Config::enableBc method 2021-07-08 19:49:26 -03:00
MultiTableQueryController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
OperationsController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
PrivilegesController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
QueryByExampleController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
RoutinesController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
SearchController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
SqlAutoCompleteController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
SqlController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
SqlFormatController.php Use PSR-12 for namespace use statements 2021-03-05 14:18:35 -03:00
StructureController.php Add suport to the Mroonga engine: with this patch you can see the size 2021-07-11 21:22:06 +02:00
TrackingController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00
TriggersController.php Rename Response class to ResponseRenderer 2021-06-30 12:35:22 -03:00