From 0b61f4e0e4d9359bfba1983e45a1e6c03826c05c Mon Sep 17 00:00:00 2001 From: Sergei Petrunia Date: Mon, 19 Jun 2023 21:42:16 +0300 Subject: [PATCH] Fix comment --- sql/sql_priv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_priv.h b/sql/sql_priv.h index a304cd39df7..7c8b604539c 100644 --- a/sql/sql_priv.h +++ b/sql/sql_priv.h @@ -190,7 +190,7 @@ /* The rest of the file is included in the server only */ #ifndef MYSQL_CLIENT -/* @@optimizer_switch flags. These must be in sync with optimizer_switch_typelib */ +/* @@optimizer_switch flags. These must be in sync with optimizer_switch_names */ #define OPTIMIZER_SWITCH_INDEX_MERGE (1ULL << 0) #define OPTIMIZER_SWITCH_INDEX_MERGE_UNION (1ULL << 1) #define OPTIMIZER_SWITCH_INDEX_MERGE_SORT_UNION (1ULL << 2)