MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Functions | |
void | check_performance_schema () |
Check the performance schema table structure. The code in this file is implemented in pfs_check.cc instead of pfs_server.cc, to separate dependencies to server structures (THD, ...) in a dedicated file. This code organization helps a lot maintenance of the unit tests.
Definition in file pfs_check.cc.
void check_performance_schema | ( | ) |
Check that the performance schema tables have the expected structure. Discrepancies are written in the server log, but are not considered fatal, so this function does not return an error code:
Definition at line 45 of file pfs_check.cc.