1. 23 Oct, 2007 1 commit
    • gshchepa/uchum@gleb.loc's avatar
      Fixed bug #31663: if the FIELDS TERMINATED BY string · 5adc332c
      gshchepa/uchum@gleb.loc authored
      in the SELECT INTO OUTFILE clause starts with a special
      character (one of n, t, r, b, 0, Z or N) and ENCLOSED BY
      is empty, every occurrence of this character within a
      field value is duplicated.
      
      Duplication has been avoided.
      New warning message has been added: "First character of
      the FIELDS TERMINATED string is ambiguous; please use
      non-optional and non-empty FIELDS ENCLOSED BY".
      5adc332c
  2. 15 Oct, 2007 1 commit
  3. 14 Oct, 2007 1 commit
  4. 13 Oct, 2007 2 commits
  5. 12 Oct, 2007 3 commits
  6. 11 Oct, 2007 3 commits
  7. 10 Oct, 2007 4 commits
  8. 09 Oct, 2007 5 commits
  9. 08 Oct, 2007 1 commit
    • 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
  10. 07 Oct, 2007 1 commit
  11. 05 Oct, 2007 10 commits
  12. 04 Oct, 2007 7 commits
  13. 03 Oct, 2007 1 commit