bug #1504662, server message for http auth_type
[phpmyadmin/crack.git] / libraries / engines / mrg_myisam.lib.php
blobb8ee290f2424d2602972411ec0cbbdb016a93fb1
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 include_once './libraries/engines/merge.lib.php';
7 class PMA_StorageEngine_mrg_myisam extends PMA_StorageEngine_merge
9 /**
10 * returns string with filename for the MySQL helppage
11 * about this storage engne
13 * @return string mysql helppage filename
15 function getMysqlHelpPage()
17 return 'merge';