From f10b99e540f043c9024a2404dd75d6a1138a961a Mon Sep 17 00:00:00 2001 From: jli0827 Date: Thu, 19 Dec 2024 16:35:54 +0800 Subject: [PATCH] The fix of bug IAYTPQ --- storage/ctc/ha_ctc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/ctc/ha_ctc.h b/storage/ctc/ha_ctc.h index 141126f..5a00fed 100644 --- a/storage/ctc/ha_ctc.h +++ b/storage/ctc/ha_ctc.h @@ -36,7 +36,7 @@ #include "sql/dd/types/object_table_definition.h" #include "sql/dd/string_type.h" #include "sql/sql_optimizer.h" -#include "clientbuild/include/mysql_version.h" +#include "mysql_version.h" #pragma GCC visibility push(default) @@ -1115,4 +1115,4 @@ int32_t ctc_get_shm_file_num(uint32_t *shm_file_num); int32_t ctc_get_shm_usage(uint32_t *ctc_shm_usage); #pragma GCC visibility pop -#endif \ No newline at end of file +#endif -- Gitee