1. 01 Dec, 2007 2 commits
    • kaa@polly.(none)'s avatar
      Merge polly.(none):/home/kaa/src/maint/bug26788/my50-bug26788 · b994abb9
      kaa@polly.(none) authored
      into  polly.(none):/home/kaa/src/maint/mysql-5.0-maint
      b994abb9
    • kaa@polly.(none)'s avatar
      Fix for bug #26788 "mysqld (debug) aborts when inserting specific · 7fd9135b
      kaa@polly.(none) authored
      numbers into char fields" and bug #12860 "Difference in zero padding of
      exponent between Unix and Windows"
      
      Rewrote the code that determines what 'precision' argument should be
      passed to sprintf() to fit the string representation of the input number
      into the field.
      We get finer control over conversion by pre-calculating the exponent, so
      we are able to determine which conversion format, 'e' or 'f', will be
      used by sprintf().
      We also remove the leading zero from the exponent on Windows to make it
      compatible with the sprintf() output on other platforms.
      7fd9135b
  2. 20 Nov, 2007 1 commit
  3. 17 Nov, 2007 2 commits
  4. 10 Nov, 2007 4 commits
  5. 07 Nov, 2007 1 commit
  6. 01 Nov, 2007 4 commits
  7. 31 Oct, 2007 3 commits
  8. 30 Oct, 2007 1 commit
  9. 29 Oct, 2007 3 commits
  10. 26 Oct, 2007 1 commit
  11. 25 Oct, 2007 2 commits
  12. 24 Oct, 2007 6 commits
  13. 23 Oct, 2007 7 commits
  14. 22 Oct, 2007 2 commits
  15. 19 Oct, 2007 1 commit