mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cyclic reference test removed, becouse testing of Item::fixed field apply more strict limitation
This commit is contained in:
@ -479,14 +479,6 @@ void THD::close_active_vio()
|
||||
}
|
||||
#endif
|
||||
|
||||
void THD::add_possible_loop (Item *item)
|
||||
{
|
||||
if (!possible_loops)
|
||||
{
|
||||
possible_loops= new List<Item>;
|
||||
}
|
||||
possible_loops->push_back(item);
|
||||
}
|
||||
|
||||
/*****************************************************************************
|
||||
** Functions to provide a interface to select results
|
||||
|
Reference in New Issue
Block a user