/usr/share/phpmyadmin/libraries/classes/Engines
NameSizeModeActions
Bdb.php16900644editdlrm
Berkeleydb.php1690644editdlrm
Binlog.php4580644editdlrm
Innobase.php1760644editdlrm
Innodb.php136570644editdlrm
Memory.php5130644editdlrm
Merge.php2050644editdlrm
MrgMyisam.php4220644editdlrm
Myisam.php32300644editdlrm
Ndbcluster.php9840644editdlrm
Pbxt.php71800644editdlrm
PerformanceSchema.php4930644editdlrm
Edit: /usr/share/phpmyadmin/libraries/classes/Engines/Ndbcluster.php (984B)
[], ]; } /** * Returns the pattern to be used in the query for SQL variables * related to NDBCLUSTER storage engine * * @return string SQL query LIKE pattern */ public function getVariablesLikePattern() { return 'ndb\\_%'; } /** * Returns string with filename for the MySQL help page * about this storage engine * * @return string mysql helppage filename */ public function getMysqlHelpPage() { return 'ndbcluster'; } }