1. 03 Dec, 2006 1 commit
    • holyfoot/hf@mysql.com/deer.(none)'s avatar
      bug #20835 (Subqueries: literal string with =any fails) · 75b14779
      holyfoot/hf@mysql.com/deer.(none) authored
      We create Item_cache_* object for each operand for each left operand of
      a subquery predicate. We also create Item_func_conv_charset for each string
      constant that needs charset conversion. So here we have Item_cache wrapped
      into Item_func_conv_charset.
      When Item_func_conv_charset wraps an constant Item it gets it's value
      in constructor. The problem is that Item_cache is ready to be used only
      at execution time, which is too late.
      The fix makes Item_cache wrapping constant to get ready at fix_fields() time.
      75b14779
  2. 28 Nov, 2006 1 commit
  3. 27 Nov, 2006 1 commit
  4. 23 Nov, 2006 3 commits
  5. 22 Nov, 2006 2 commits
  6. 21 Nov, 2006 6 commits
  7. 20 Nov, 2006 7 commits
  8. 19 Nov, 2006 4 commits
  9. 18 Nov, 2006 1 commit
  10. 17 Nov, 2006 7 commits
  11. 16 Nov, 2006 5 commits
  12. 15 Nov, 2006 2 commits