Fix link.
[phpmyadmin/crack.git] / libraries / engines / mrg_myisam.lib.php
blob4ec36d15b6ae99473897d93371de187bc2d3647b
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @version $Id$
5 * @package phpMyAdmin-Engines
6 */
8 /**
11 include_once './libraries/engines/merge.lib.php';
13 /**
15 * @package phpMyAdmin-Engines
17 class PMA_StorageEngine_mrg_myisam extends PMA_StorageEngine_merge
19 /**
20 * returns string with filename for the MySQL helppage
21 * about this storage engne
23 * @return string mysql helppage filename
25 function getMysqlHelpPage()
27 return 'merge';