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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user