Add OK and Cancel button for grid editing
[phpmyadmin/arisferyanto.git] / libraries / engines / binlog.lib.php
blob27e733f2237b0198cf9d264b7378df5bdecb53bc
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package PhpMyAdmin-Engines
5 */
7 /**
9 * @package PhpMyAdmin-Engines
11 class PMA_StorageEngine_binlog extends PMA_StorageEngine
13 /**
14 * returns string with filename for the MySQL helppage
15 * about this storage engne
17 * @return string mysql helppage filename
19 function getMysqlHelpPage()
21 return 'binary-log';