Skip to content

Commit cd6aeb5

Browse files
Chaithra Gopalareddydahlerlend
authored andcommitted
Bug#32324234: MYSQL CRASH OPTIMIZE_DISTINCT_GROUP_ORDER [noclose]
Follow-up patch to avoid Clang -Werror,-Wmismatched-tags warning (change "class" to "struct" for consistency). Change-Id: Ic1fb8b6f671cc8557bd21822d7704c3fd121b9d7
1 parent ca4d2ff commit cd6aeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ class Item_field;
8383
class Json_diff_vector;
8484
class Json_seekable_path;
8585
class Json_wrapper;
86-
class Name_resolution_context;
8786
class Opt_hints_qb;
8887
class Opt_hints_table;
8988
class Query_result_union;
@@ -110,6 +109,7 @@ struct TABLE;
110109
struct TABLE_LIST;
111110
struct TABLE_SHARE;
112111
struct handlerton;
112+
struct Name_resolution_context;
113113
typedef int8 plan_idx;
114114

115115
namespace dd {

0 commit comments

Comments
 (0)