2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * @package phpMyAdmin-Engines
10 * @package phpMyAdmin-Engines
12 class PMA_StorageEngine_ndbcluster
extends PMA_StorageEngine
17 function getVariables()
20 'ndb_connectstring' => array(
26 * @return string SQL query LIKE pattern
28 function getVariablesLikePattern()
34 * returns string with filename for the MySQL helppage
35 * about this storage engne
37 * @return string mysql helppage filename
39 function getMysqlHelpPage()