2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * @package phpMyAdmin-Engines
9 * @package phpMyAdmin-Engines
11 class PMA_StorageEngine_ndbcluster
extends PMA_StorageEngine
16 function getVariables()
19 'ndb_connectstring' => array(
25 * @return string SQL query LIKE pattern
27 function getVariablesLikePattern()
33 * returns string with filename for the MySQL helppage
34 * about this storage engne
36 * @return string mysql helppage filename
38 function getMysqlHelpPage()