2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * The performance schema storage engine
6 * @package PhpMyAdmin-Engines
8 if (! defined('PHPMYADMIN')) {
13 * The performance schema storage engine
15 * @package PhpMyAdmin-Engines
17 class PMA_StorageEngine_PerformanceSchema
extends PMA_StorageEngine
20 * Returns string with filename for the MySQL helppage
21 * about this storage engine
23 * @return string mysql helppage filename
25 public function getMysqlHelpPage()
27 return 'performance-schema';