1. 27 Sep, 2005 1 commit
    • evgen@moonbone.local's avatar
      Fix bug#13356 resolve_const_item() wasn't able to handle Item_row items. · 4f4711bd
      evgen@moonbone.local authored
      resolve_const_item() assumed to be not called for Item_row items. For
      ensuring that DBUG_ASSERT(0) was set there.
      
      This patch adds section for Item_row items. If it can it recursively calls
      resolve_const_item() for each item the Item_row contains. If any of the
      contained items is null then whole Item_row substitued by Item_null. Otherwise
      it just returns.
      4f4711bd
  2. 26 Sep, 2005 5 commits
  3. 25 Sep, 2005 1 commit
  4. 24 Sep, 2005 2 commits
  5. 23 Sep, 2005 8 commits
  6. 22 Sep, 2005 13 commits
  7. 21 Sep, 2005 10 commits