Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / libraries / engines / mrg_myisam.lib.php
blobd3425365c2c3c50d2367bc78b4505013af5b5319
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package PhpMyAdmin-Engines
5 */
6 if (! defined('PHPMYADMIN')) {
7 exit;
10 /**
13 require_once './libraries/engines/merge.lib.php';
15 /**
17 * @package PhpMyAdmin-Engines
19 class PMA_StorageEngine_mrg_myisam extends PMA_StorageEngine_merge
21 /**
22 * returns string with filename for the MySQL helppage
23 * about this storage engine
25 * @return string mysql helppage filename
27 function getMysqlHelpPage()
29 return 'merge-storage-engine';