1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge gleb.loc:/home/uchum/5.0-opt

into  gleb.loc:/home/uchum/5.1-opt
This commit is contained in:
gshchepa/uchum@gleb.loc
2007-11-11 06:07:38 +04:00
9 changed files with 132 additions and 14 deletions

View File

@ -1899,7 +1899,7 @@ bool select_max_min_finder_subselect::send_data(List<Item> &items)
{
if (!cache)
{
cache= Item_cache::get_cache(val_item->result_type());
cache= Item_cache::get_cache(val_item);
switch (val_item->result_type())
{
case REAL_RESULT: