An error occurred fetching the project authors.
  1. 20 Dec, 2005 1 commit
  2. 13 Dec, 2005 2 commits
  3. 09 Dec, 2005 1 commit
  4. 06 Dec, 2005 1 commit
  5. 05 Dec, 2005 1 commit
  6. 02 Dec, 2005 1 commit
  7. 31 Oct, 2005 1 commit
  8. 12 Oct, 2005 1 commit
  9. 20 Sep, 2005 1 commit
  10. 07 Sep, 2005 1 commit
  11. 06 Sep, 2005 3 commits
  12. 05 Sep, 2005 2 commits
  13. 02 Sep, 2005 1 commit
  14. 01 Sep, 2005 2 commits
  15. 31 Aug, 2005 2 commits
  16. 16 Aug, 2005 1 commit
  17. 31 Jul, 2005 1 commit
    • monty@mishka.local's avatar
      Fixes during review of new pushed code · 8437e9c1
      monty@mishka.local authored
      Change bool in C code to my_bool
      Added to mysqltest --enable_parsning and --disable_parsing to avoid to have to comment parts of tests
      Added comparison of LEX_STRING's and use this to compare file types for view and trigger files.
      8437e9c1
  18. 28 Jul, 2005 1 commit
  19. 15 Jul, 2005 1 commit
  20. 16 Jun, 2005 1 commit
  21. 15 Jun, 2005 1 commit
  22. 09 Jun, 2005 1 commit
  23. 06 May, 2005 1 commit
  24. 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
  25. 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
  26. 22 Oct, 2004 1 commit