phpmyadmin/phpmyadmin

View on GitHub
src/Engines/Innodb.php

Summary

Maintainability
B
6 hrs
Test Coverage

Method getPageBufferpool has 123 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getPageBufferpool(): string
    {
        // The following query is only possible because we know
        // that we are on MySQL 5 here (checked above)!
        // side note: I love MySQL 5 for this. :-)
Severity: Major
Found in src/Engines/Innodb.php - About 4 hrs to fix

    Method getVariables has 51 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        public function getVariables(): array
        {
            return [
                'innodb_data_home_dir' => [
                    'title' => __('Data home directory'),
    Severity: Major
    Found in src/Engines/Innodb.php - About 2 hrs to fix

      There are no issues that match your filters.

      Category
      Status