An error occurred fetching the project authors.
  1. 16 May, 2007 1 commit
  2. 05 Apr, 2007 1 commit
  3. 04 Apr, 2007 1 commit
  4. 20 Feb, 2007 1 commit
  5. 19 Feb, 2007 3 commits
  6. 30 Nov, 2006 1 commit
  7. 19 Oct, 2006 1 commit
  8. 05 Oct, 2006 1 commit
  9. 03 Oct, 2006 1 commit
  10. 11 Apr, 2006 1 commit
  11. 28 Feb, 2006 1 commit
  12. 20 Sep, 2005 1 commit
  13. 07 Sep, 2005 1 commit
  14. 06 Sep, 2005 2 commits
  15. 05 Sep, 2005 2 commits
  16. 02 Sep, 2005 1 commit
  17. 01 Sep, 2005 2 commits
  18. 31 Aug, 2005 2 commits
  19. 16 Aug, 2005 1 commit
  20. 28 Jul, 2005 1 commit
  21. 15 Jul, 2005 1 commit
  22. 02 Nov, 2004 1 commit
    • monty@mysql.com's avatar
      Remove usage of !$ from mysql-tests · 2185f1a5
      monty@mysql.com authored
      Added protocol::flush() for easier embedded-server code
      Increase block allocation variables a bit as they where a bit too small for MySQL 4.1
      Added option --silent to client_test
      2185f1a5
  23. 29 Oct, 2004 1 commit
    • mleich@mysql.com's avatar
      These modifications are the result of · 86143bc8
      mleich@mysql.com authored
      WL#2067 add features to mysqltest: "disable_error_abort" + "$mysql_errno"
      
      $mysql_errno is a new builtin variable of mysqltest and contains the
      return code of the last command send to the server.
      
      "--disable_abort_on_error" switches the abort of mysqltest
      after "unmasked" failing statements off.
      "--enable_abort_on_error" switches the abort of mysqltest
      after "unmasked" failing statements on. (default)
      
      "Maskings" are
          !$<error number>  and  --error <error number>
      in the line before the statement to be checked.
      
      The benefit of the option "--disable_abort_on_error" is that
      - all statements after the failing statement are executed
      - a r/<test>.reject will be produced
      - it is possible to write test cases, which perform
        code sequences depending on the return code of a single
        statement
      86143bc8
  24. 22 Oct, 2004 1 commit