An error occurred fetching the project authors.
  1. 08 Mar, 2005 1 commit
  2. 05 Mar, 2005 1 commit
  3. 25 Feb, 2005 2 commits
  4. 24 Feb, 2005 2 commits
  5. 18 Feb, 2005 1 commit
    • pem@mysql.comhem.se's avatar
      Fixed... · a69fc3c0
      pem@mysql.comhem.se authored
        BUG#6642: Stored procedure crash if expression with set function
        BUG#7013: Stored procedure crash if group by ... with rollup
        BUG#7743: 'Lost connection to MySQL server during query' on Stored Procedure
        BUG#7992: SELECT .. INTO variable .. within Stored Procedure crashes
                  the server
        BUG#8116: calling simple stored procedure twice in a row results
                  in server crash
      
      Rolling back the item change list after each substatement in a procedure
      fixed the failing assert().
      a69fc3c0
  6. 16 Feb, 2005 1 commit
  7. 09 Feb, 2005 1 commit
  8. 08 Feb, 2005 1 commit
    • pem@mysql.comhem.se's avatar
      WL#2130: Table locking for stored FUNCTIONs · 2c26ebe3
      pem@mysql.comhem.se authored
      Collect all tables and SPs refered by a statement, and open all tables
      with an implicit LOCK TABLES. Do find things refered by triggers and views,
      we open them first (and then repeat this until nothing new is found), before
      doing the actual lock tables.
      2c26ebe3
  9. 20 Jan, 2005 1 commit
  10. 03 Jan, 2005 1 commit
  11. 28 Dec, 2004 1 commit
  12. 23 Dec, 2004 1 commit
  13. 10 Dec, 2004 1 commit
  14. 03 Nov, 2004 1 commit
  15. 23 Oct, 2004 2 commits
  16. 22 Oct, 2004 2 commits
  17. 20 Oct, 2004 1 commit
  18. 14 Oct, 2004 1 commit
  19. 10 Oct, 2004 1 commit
  20. 02 Oct, 2004 1 commit
    • monty@mishka.local's avatar
      More fixes for strict mode: · be4ca46f
      monty@mishka.local authored
      More tests.
      Better error messages.
      Fixed bug when checking if we updated all needed columns for INSERT.
      Give an error if we encounter a wrong float value during parsing.
      Don't print DEFAULT for columns without a default value in SHOW CREATE/SHOW FIELDS.
      Fixed UPDATE IGNORE when using STRICT mode.
      be4ca46f
  21. 29 Sep, 2004 1 commit
  22. 28 Sep, 2004 1 commit
    • monty@mishka.local's avatar
      Strict mode & better warnings · f2941380
      monty@mishka.local authored
      Under strict mode MySQL will generate an error message if there was any conversion when assigning data to a field.
      Added checking of date/datetime fields.
      If strict mode, give error if we have not given value to field without a default value (for INSERT)
      f2941380
  23. 17 Sep, 2004 1 commit
  24. 10 Sep, 2004 1 commit
  25. 09 Sep, 2004 2 commits
    • pem@mysql.comhem.se's avatar
    • monty@mysql.com's avatar
      After merge fixes of merge with 4.1 that included the new arena code. · f2829d03
      monty@mysql.com authored
      Fixed (together with Guilhem) bugs in mysqlbinlog regarding --offset
      Prefix addresses with 0x for easier comparisons of debug logs
      Fixed problem where MySQL choosed index-read even if there would be a much better range on the same index
      This fix changed some 'index' queries to 'range' queries in the test suite
      Don't create 'dummy' WHERE clause for trivial WHERE clauses where we can remove the WHERE clause.
      This fix removed of a lot of 'Using where' notes in the test suite.
      Give NOTE instead of WARNING if table/function doesn't exists when using DROP IF EXISTS
      Give NOTE instead of WARNING for safe field-type conversions
      f2829d03
  26. 08 Sep, 2004 1 commit
    • pem@mysql.comhem.se's avatar
      Fixed BUG#5258: Stored procedure modified date is 0000-00-00. · 3aa2a62f
      pem@mysql.comhem.se authored
        Althought techically not a but (as it's functioning as designed),
        it was decided that the design should be changed. Some users have
        a problem with dates being '0000-00-00' and the SQL standard specifies
        that the modification date should be the same as the creation date
        at creation.
      3aa2a62f
  27. 02 Sep, 2004 2 commits
  28. 30 Aug, 2004 2 commits
  29. 27 Aug, 2004 1 commit
  30. 26 Aug, 2004 1 commit
  31. 24 Aug, 2004 1 commit
  32. 17 Aug, 2004 1 commit
  33. 13 Aug, 2004 1 commit