1. 12 Mar, 2008 1 commit
  2. 30 Jan, 2008 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#24624: MySQL client ignores its own completion table · 806ff018
      cmiller@zippy.cornsilk.net authored
      Nothing was in the command-line dictionary, because of the wrong 
      order of instructions when populating it.
      
      This is a smaller, less optimistic patch that both fixes a bug and
      refreshes the list of keywords that the command-line library (e.g., 
      readline) can use to expand typed commands.  Now, read from the 
      command list /after/ we free the list, not before.
      
      The best way is to read the keywords from the lexer code, but that
      doesn't work everywhere yet.  Grr.
      806ff018
  3. 29 Jan, 2008 2 commits
  4. 28 Jan, 2008 3 commits
  5. 27 Jan, 2008 1 commit
  6. 25 Jan, 2008 3 commits
  7. 24 Jan, 2008 4 commits
  8. 23 Jan, 2008 11 commits
  9. 22 Jan, 2008 3 commits
  10. 21 Jan, 2008 3 commits
  11. 20 Jan, 2008 1 commit
  12. 19 Jan, 2008 1 commit
  13. 18 Jan, 2008 2 commits
  14. 17 Jan, 2008 1 commit
  15. 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
  16. 12 Jan, 2008 1 commit
  17. 11 Jan, 2008 1 commit