Upgraded phpmyadmin to 4.0.4 (All Languages) - No modifications yet
[openemr.git] / phpmyadmin / libraries / engines / performance_schema.lib.php
blobf7664b655870b7ae542a62210d4d63e793466bf0
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_performance_schema 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 'performance-schema';