1. 29 Mar, 2007 4 commits
  2. 28 Mar, 2007 6 commits
  3. 27 Mar, 2007 1 commit
    • igor@olga.mysql.com's avatar
      Fixed bug #27348. · adc07255
      igor@olga.mysql.com authored
      If a set function with a outer reference s(outer_ref) cannot be aggregated 
      the outer query against which the reference has been resolved then MySQL
      interpretes s(outer_ref) in the same way as it would interpret s(const).
      Hovever the standard requires throwing an error in this situation.
      Added some code to support this requirement in ansi mode.
      Corrected another minor bug in Item_sum::check_sum_func.
       
      adc07255
  4. 26 Mar, 2007 5 commits
  5. 23 Mar, 2007 1 commit
  6. 22 Mar, 2007 23 commits