From f6c774c22cdb66cfba9ad070473623af57c38e7b Mon Sep 17 00:00:00 2001 From: zhangxuan_hw Date: Mon, 18 Nov 2024 18:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- storage/ctc/ha_ctc.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/storage/ctc/ha_ctc.cc b/storage/ctc/ha_ctc.cc index c4dfb3d..2ad574d 100644 --- a/storage/ctc/ha_ctc.cc +++ b/storage/ctc/ha_ctc.cc @@ -5488,6 +5488,7 @@ int ha_ctc::get_cbo_stats_4share() } return ret; + } void free_columns_cbo_stats(ctc_cbo_stats_column_t *ctc_cbo_stats_columns, bool *is_str_first_addr, TABLE *table) -- Gitee