Skip to content

Commit 992b510

Browse files
committed
Fix compile errors.
1 parent 37a3d44 commit 992b510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/sql_select.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@ class JOIN :public Sql_alloc
12651265

12661266
#ifndef DBUG_OFF
12671267
void dbug_verify_sj_inner_tables(uint n_positions) const;
1268-
uint dbug_join_tab_array_size;
1268+
int dbug_join_tab_array_size;
12691269
#endif
12701270

12711271
/* We also maintain a stack of join optimization states in * join->positions[] */

0 commit comments

Comments
 (0)