mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Fix compile errors.
This commit is contained in:
parent
37a3d4467e
commit
992b510b2f
1 changed files with 1 additions and 1 deletions
|
@ -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[] */
|
||||
|
|
Loading…
Reference in a new issue