Translation update done using Pootle.
[phpmyadmin-themes.git] / libraries / engines / mrg_myisam.lib.php
blobfd25178baef1dd99b5cc5be1d7ea4dcfe988a7b3
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package phpMyAdmin-Engines
5 */
7 /**
9 */
10 include_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';