1. 22 Feb, 2015 1 commit
    • Sergei Golubchik's avatar
      MDEV-7482 VIEW containing INTERVAL(...) · 22cf2f11
      Sergei Golubchik authored
      Item_func::print() prints itself as name + "(" + arguments + ")".
      Normally that works, but Item_func_interval internally implements its
      arguments as one single Item_row. Item_row prints itself as
      "(" + values + ")". As a result, "INTERVAL(1,2)" was being printed
      as "INTERVAL((1,2))". Fixed with a custom Item_func_interval::print().
      22cf2f11
  2. 20 Feb, 2015 4 commits
  3. 19 Feb, 2015 1 commit
  4. 18 Feb, 2015 2 commits
  5. 17 Feb, 2015 1 commit
  6. 13 Feb, 2015 1 commit
  7. 12 Feb, 2015 1 commit
  8. 11 Feb, 2015 5 commits
  9. 10 Feb, 2015 2 commits
  10. 09 Feb, 2015 2 commits
  11. 11 Feb, 2015 1 commit
  12. 10 Feb, 2015 3 commits
  13. 09 Feb, 2015 1 commit
  14. 08 Feb, 2015 2 commits
  15. 06 Feb, 2015 1 commit
  16. 04 Feb, 2015 5 commits
  17. 30 Jan, 2015 2 commits
  18. 29 Jan, 2015 4 commits
  19. 28 Jan, 2015 1 commit