1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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
parent 717a264ef4
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);