MDEV-6980 OUT parameters in PREPARE

revert the patch for "out parameters in prepare"
This commit is contained in:
Sergei Golubchik 2014-11-27 09:45:10 +01:00
commit 0438f12540
16 changed files with 10 additions and 370 deletions

View file

@ -3755,11 +3755,6 @@ bool my_var_sp::set(THD *thd, Item *item)
return thd->spcont->set_variable(thd, offset, &item);
}
bool my_var_param::set(THD *thd, Item *item)
{
return param->set_value(thd, 0, &item);
}
int select_dumpvar::send_data(List<Item> &items)
{
List_iterator_fast<my_var> var_li(var_list);