1. 29 Oct, 2004 3 commits
    • 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
    • joreland@mysql.com's avatar
      Merge joreland@bk-internal.mysql.com:/home/bk/mysql-4.1 · 8d620b93
      joreland@mysql.com authored
      into mysql.com:/home/jonas/src/mysql-4.1
      8d620b93
    • hf@deer.(none)'s avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-4.1 · d2bb9006
      hf@deer.(none) authored
      into deer.(none):/home/hf/work/mysql-4.1.6117
      d2bb9006
  2. 28 Oct, 2004 7 commits
  3. 27 Oct, 2004 10 commits
  4. 26 Oct, 2004 20 commits