1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-03 05:41:09 +03:00

Manual merge.

This commit is contained in:
Ramil Kalimullin
2009-05-10 21:20:35 +05:00
6 changed files with 64 additions and 5 deletions

View File

@@ -2599,7 +2599,7 @@ bool select_dumpvar::send_data(List<Item> &items)
{
Item_func_set_user_var *suv= new Item_func_set_user_var(mv->s, item);
suv->fix_fields(thd, 0);
suv->check(0);
suv->save_item_result(item);
suv->update();
}
}