1. 15 Aug, 2006 1 commit
    • evgen@moonbone.local's avatar
      Fixed bug#15950: NOW() optimized away in VIEWs · 8364a646
      evgen@moonbone.local authored
      This bug is a side-effect of bug fix #16377. NOW() is optimized in
      BETWEEN to integer constants to speed up query execution. When view is being
      created it saves already modified query and thus becomes wrong.
      
      The agg_cmp_type() function now substitutes constant result DATE/TIME functions 
      for their results only if the current query isn't CREATE VIEW or SHOW CREATE
      VIEW.
      8364a646
  2. 11 Aug, 2006 3 commits
  3. 10 Aug, 2006 4 commits
  4. 09 Aug, 2006 3 commits
  5. 08 Aug, 2006 3 commits
  6. 07 Aug, 2006 1 commit
  7. 06 Aug, 2006 3 commits
  8. 03 Aug, 2006 18 commits
  9. 02 Aug, 2006 4 commits