2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * @package phpMyAdmin-Engines
11 include_once './libraries/engines/merge.lib.php';
15 * @package phpMyAdmin-Engines
17 class PMA_StorageEngine_mrg_myisam
extends PMA_StorageEngine_merge
20 * returns string with filename for the MySQL helppage
21 * about this storage engne
23 * @return string mysql helppage filename
25 function getMysqlHelpPage()