1. 18 May, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #19816. · 9ec81018
      igor@rurik.mysql.com authored
      This bug was introduced when the patch resolving the
      performance problem 17164 was applied. As a result
      of that modification the not_null_tables attributes
      were calculated incorrectly for constant OR conditions.
      This triggered invalid conversion of outer joins into
      inner joins.
      9ec81018
  2. 17 May, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #19573. · 767d25da
      igor@rurik.mysql.com authored
      The select statement that specified a view could be
      slightly changed when the view was saved in a frm file.
      In particular references to an alias name in the HAVING
      clause could be substituted for the expression named by
      this alias.
      This could result in an error message for a query of
      the form SELECT * FROM <view>. Yet no such message
      appeared when executing the query specifying the view.
      767d25da
  3. 16 May, 2006 10 commits
  4. 15 May, 2006 22 commits
  5. 14 May, 2006 5 commits
  6. 13 May, 2006 1 commit