mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
fixed cyclic reference bug
This commit is contained in:
@@ -244,7 +244,8 @@ class JOIN :public Sql_alloc
|
||||
int global_optimize();
|
||||
int reinit();
|
||||
void exec();
|
||||
int cleanup(THD *thd);
|
||||
int cleanup(THD *thd);
|
||||
bool check_loop(uint id);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user