1. 25 Jan, 2008 2 commits
  2. 24 Jan, 2008 1 commit
  3. 23 Jan, 2008 7 commits
  4. 22 Jan, 2008 3 commits
  5. 20 Jan, 2008 1 commit
  6. 19 Jan, 2008 1 commit
  7. 18 Jan, 2008 2 commits
  8. 17 Jan, 2008 1 commit
  9. 14 Jan, 2008 1 commit
    • mhansson/martin@linux-st28.site's avatar
      Bug#33143: Incorrect ORDER BY for ROUND()/TRUNCATE() result · effe27e3
      mhansson/martin@linux-st28.site authored
      The ROUND(X, D) function would change the Item::decimals field during
      execution to achieve the effect of a dynamic number of decimal digits.
      This caused a series of bugs:
      Bug #30617:Round() function not working under some circumstances in InnoDB
      Bug #33402:ROUND with decimal and non-constant cannot round to 0 decimal places
      Bug #30889:filesort and order by with float/numeric crashes server
      Fixed by never changing the number of shown digits for DECIMAL when
      used with a nonconstant number of decimal digits.
      effe27e3
  10. 12 Jan, 2008 1 commit
  11. 11 Jan, 2008 3 commits
  12. 10 Jan, 2008 5 commits
  13. 09 Jan, 2008 3 commits
  14. 08 Jan, 2008 2 commits
  15. 07 Jan, 2008 1 commit
  16. 05 Jan, 2008 1 commit
  17. 24 Dec, 2007 1 commit
    • kaa@polly.(none)'s avatar
      Fix for bug #33305: Test case in 'skip_grants' file need dynamic loading · 578b3632
      kaa@polly.(none) authored
                          to be compiled in
      
      The problem was that on a statically built server an attempt to create
      a UDF resulted in a different, but reasonable error ("Can't open shared
      library" instead of "UDFs are unavailable with the --skip-grant-tables
      option"), which caused a failure for the test case for bug #32020.
      
      Fixed by moving the test case for bug #32020 from skip_grants.test to a
      separate test to ensure that it is only run when the server is built
      with support for dynamically loaded libraries.
      578b3632
  18. 21 Dec, 2007 4 commits