diff options
Diffstat (limited to 'storage/perfschema/pfs_check.cc')
-rw-r--r-- | storage/perfschema/pfs_check.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/perfschema/pfs_check.cc b/storage/perfschema/pfs_check.cc index 5d3746d371c..4ef4b8bdbc6 100644 --- a/storage/perfschema/pfs_check.cc +++ b/storage/perfschema/pfs_check.cc @@ -23,7 +23,7 @@ */ #include "my_global.h" -#include "mysql_priv.h" +#include "sql_priv.h" #include "pfs_server.h" #include "pfs_engine_table.h" |