Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / libraries / engines / binlog.lib.php
blobea817389671c5c922a02af28b339b3b1824182d6
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @package PhpMyAdmin-Engines
5 */
6 if (! defined('PHPMYADMIN')) {
7 exit;
10 /**
12 * @package PhpMyAdmin-Engines
14 class PMA_StorageEngine_binlog extends PMA_StorageEngine
16 /**
17 * returns string with filename for the MySQL helppage
18 * about this storage engine
20 * @return string mysql helppage filename
22 function getMysqlHelpPage()
24 return 'binary-log';