2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * @package phpMyAdmin-Engines
10 include_once './libraries/engines/merge.lib.php';
14 * @package phpMyAdmin-Engines
16 class PMA_StorageEngine_mrg_myisam
extends PMA_StorageEngine_merge
19 * returns string with filename for the MySQL helppage
20 * about this storage engne
22 * @return string mysql helppage filename
24 function getMysqlHelpPage()