2 /* vim: set expandtab sw=4 ts=4 sts=4: */
5 * @package phpMyAdmin-Engines
10 * @package phpMyAdmin-Engines
12 class PMA_StorageEngine_binlog
extends PMA_StorageEngine
15 * returns string with filename for the MySQL helppage
16 * about this storage engne
18 * @return string mysql helppage filename
20 function getMysqlHelpPage()