Translation update done using Pootle.
[phpmyadmin-themes.git] / libraries / engines / binlog.lib.php
blob07eff4803b42e7dd05c810c4f8187235465214b3
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';