From 992b510b2ff8877091d5c36b31d1882e8c4a233f Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Thu, 4 Aug 2022 10:01:24 +0200 Subject: Fix compile errors. --- sql/sql_select.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/sql_select.h b/sql/sql_select.h index fe6a640003f..a953354abb0 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1265,7 +1265,7 @@ public: #ifndef DBUG_OFF void dbug_verify_sj_inner_tables(uint n_positions) const; - uint dbug_join_tab_array_size; + int dbug_join_tab_array_size; #endif /* We also maintain a stack of join optimization states in * join->positions[] */ -- cgit v1.2.1