mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Fix compile errors.
This commit is contained in:
@ -1289,7 +1289,7 @@ public:
|
|||||||
|
|
||||||
#ifndef DBUG_OFF
|
#ifndef DBUG_OFF
|
||||||
void dbug_verify_sj_inner_tables(uint n_positions) const;
|
void dbug_verify_sj_inner_tables(uint n_positions) const;
|
||||||
uint dbug_join_tab_array_size;
|
int dbug_join_tab_array_size;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* We also maintain a stack of join optimization states in * join->positions[] */
|
/* We also maintain a stack of join optimization states in * join->positions[] */
|
||||||
|
Reference in New Issue
Block a user