From c6406643cdba6f38d2c820169a36dbf4921bfeca Mon Sep 17 00:00:00 2001 From: Oleksandr Byelkin Date: Thu, 4 Aug 2022 10:01:24 +0200 Subject: [PATCH] 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 9051b7fd2b8..ecfa4c6fd11 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -1289,7 +1289,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[] */