Add OK and Cancel button for grid editing
[phpmyadmin/arisferyanto.git] / libraries / engines / mrg_myisam.lib.php
blob61468f44391aaef1ee5cb95e5cfb0105cd980293
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package PhpMyAdmin-Engines
5 */
7 /**
9 */
10 require_once './libraries/engines/merge.lib.php';
12 /**
14 * @package PhpMyAdmin-Engines
16 class PMA_StorageEngine_mrg_myisam extends PMA_StorageEngine_merge
18 /**
19 * returns string with filename for the MySQL helppage
20 * about this storage engne
22 * @return string mysql helppage filename
24 function getMysqlHelpPage()
26 return 'merge';