summaryrefslogtreecommitdiff
path: root/storage/perfschema
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2022-01-25 11:13:39 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2022-01-25 11:13:39 +0100
commit157e66273b83119fe4837693899b2b2ef84de02c (patch)
treea2b7bd28f3f168ac7bbc1c4095d19138edc15ad5 /storage/perfschema
parent0b116d160a5f2179c1c92fbf4971217cf9061fb4 (diff)
downloadmariadb-git-157e66273b83119fe4837693899b2b2ef84de02c.tar.gz
5.7.37
Diffstat (limited to 'storage/perfschema')
-rw-r--r--storage/perfschema/CMakeLists.txt3
-rw-r--r--storage/perfschema/pfs_prepared_stmt.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/storage/perfschema/CMakeLists.txt b/storage/perfschema/CMakeLists.txt
index 75eb6031746..97785aaba1c 100644
--- a/storage/perfschema/CMakeLists.txt
+++ b/storage/perfschema/CMakeLists.txt
@@ -21,8 +21,7 @@
# along with this program; if not, write to the Free Software Foundation,
# 51 Franklin Street, Suite 500, Boston, MA 02110-1335 USA
-INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}
- ${CMAKE_SOURCE_DIR}/include
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include
${CMAKE_SOURCE_DIR}/sql
${CMAKE_BINARY_DIR}/sql
${CMAKE_SOURCE_DIR}/regex
diff --git a/storage/perfschema/pfs_prepared_stmt.h b/storage/perfschema/pfs_prepared_stmt.h
index eacc12143eb..14f42857060 100644
--- a/storage/perfschema/pfs_prepared_stmt.h
+++ b/storage/perfschema/pfs_prepared_stmt.h
@@ -29,8 +29,8 @@
*/
#include "pfs_stat.h"
-#include "include/mysql/psi/psi.h"
-#include "include/mysql/psi/mysql_ps.h"
+#include "mysql/psi/psi.h"
+#include "mysql/psi/mysql_ps.h"
#include "pfs_program.h"
#define PS_NAME_LENGTH NAME_LEN