Converting number of Excel column names no longer limited
[phpmyadmin/arisferyanto.git] / libraries / engines / binlog.lib.php
blobef433f6b3ac13117a9b3051d16c61d89850e9cb5
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * @version $Id$
5 * @package phpMyAdmin-Engines
6 */
8 /**
10 * @package phpMyAdmin-Engines
12 class PMA_StorageEngine_binlog extends PMA_StorageEngine
14 /**
15 * returns string with filename for the MySQL helppage
16 * about this storage engne
18 * @return string mysql helppage filename
20 function getMysqlHelpPage()
22 return 'binary-log';