1. 13 Oct, 2007 4 commits
  2. 12 Oct, 2007 8 commits
  3. 11 Oct, 2007 6 commits
  4. 10 Oct, 2007 8 commits
  5. 09 Oct, 2007 11 commits
  6. 08 Oct, 2007 3 commits
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #31310. · 09f6306a
      gshchepa/uchum@gleb.loc authored
      Locked rows of the InnoDB storage was silently skipped in the read-committed
      isolation level.
      
      QUICK_RANGE_SELECT for unique ranges lacks second (blocking) read
      of the record that was read semi-consistently and just skip it.
      
      The handler::read_multi_range_next method has been modified
      to retry previous unique range if the previous read was
      semi-consistent.
      09f6306a
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #31156: mysqld: item_sum.cc:918: virtual bool · 67302b12
      gkodinov/kgeorge@magare.gmz authored
        Item_sum_distinct::setup(THD*): Assertion
      
      There was an assertion to detect a bug in ROLLUP
      implementation. However the assertion is not true
      when used in a subquery context with non-cacheable
      statements.
      Fixed by turning the assertion to accepted case
      (just like it's done for the other aggregate functions). 
      67302b12
    • mhansson@dl145s.mysql.com's avatar
      Merge mhansson@bk-internal:/home/bk/mysql-5.1-opt · 193bb6eb
      mhansson@dl145s.mysql.com authored
      into  dl145s.mysql.com:/data0/mhansson/bug30942/my51-bug30942
      193bb6eb