1
0
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:
bell@sanja.is.com.ua
2003-01-30 14:35:07 +02:00
parent 0469dd4993
commit 5ed5dac01b
18 changed files with 9 additions and 217 deletions

View File

@ -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