1. 29 Mar, 2006 1 commit
  2. 28 Mar, 2006 16 commits
  3. 27 Mar, 2006 20 commits
  4. 24 Mar, 2006 3 commits
    • igor@rurik.mysql.com's avatar
      Merge rurik.mysql.com:/home/igor/mysql-5.0 · 1fd7f109
      igor@rurik.mysql.com authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.0-0
      1fd7f109
    • igor@rurik.mysql.com's avatar
      Fixed bug #17164. · e9924777
      igor@rurik.mysql.com authored
      If the WHERE condition of a query contained an ORed FALSE term
      then the set of tables whose rows cannot serve for null complements
      in outer joins was determined incorrectly. It resulted in blocking 
      possible conversions of outer joins into joins for such queries.
      e9924777
    • dlenev@mysql.com's avatar
      Follow-up for the fix for bug #18153 "ALTER/OPTIMIZE/REPAIR on transactional · 4d1d8ed3
      dlenev@mysql.com authored
      tables corrupt triggers".
      
      It turned out that we also have relied at certain places that
      (new_table != table_name) were always true on Windows and for transactional
      tables. Since our fix for the bug brakes this assumption we have to add new
      flag to pass this information around.
      This code needs to be refactored but I dare not to do this in 5.0.
      4d1d8ed3