Translated using Weblate (Catalan)
[phpmyadmin.git] / libraries / engines / performance_schema.lib.php
blobae445825dd17eb3c8a53bff04361bb718adbd222
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * The performance schema storage engine
6 * @package PhpMyAdmin-Engines
7 */
8 if (! defined('PHPMYADMIN')) {
9 exit;
12 /**
13 * The performance schema storage engine
15 * @package PhpMyAdmin-Engines
17 class PMA_StorageEngine_PerformanceSchema extends PMA_StorageEngine
19 /**
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';