1. 05 Oct, 2006 14 commits
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools · 1d040706
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/rpl_loaddatalocal.result:
        Auto merged
      1d040706
    • unknown's avatar
      Use same --slave-load-tmpdir in all versions(backport from 5.0) · c80f489d
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Use same location for slave-load-tmpdir in all versions
      mysql-test/mysql-test-run.sh:
        Use same location for slave-load-tmpdir in all versions
      mysql-test/r/rpl_loaddata.result:
        Update result after changing slave-load-tmpdir to use a shorter path
      mysql-test/r/rpl_loaddatalocal.result:
        Update result after changing slave-load-tmpdir to use a shorter path
      mysql-test/r/rpl_log.result:
        Update result after changing slave-load-tmpdir to use a shorter path
      mysql-test/t/rpl_loaddatalocal.test:
        Use MYSQLTEST_VARDIR when specifying path to load from(backport from 5.0)
        Use new command "remove_file" instead of s"ystem rm"
      c80f489d
    • unknown's avatar
      Bug #20010 mysql-test-run.pl: --record and --require conflict (test fails) · 7a0d4559
      unknown authored
      - When --record is passed to mysqltest the whole testcase should be executed
      as it normally is while the output form the test is acumulating
      in ds_res. When test has finished ds_res should simply be written to the
      specified result file(if any) instead of comapring it against the result file.
      Simplify handling of --require and also the cecking of result files by splitting
      check_result function into one  function 'check_require' that is specialised in
      checking require's and leave 'check_result' to do just that.
      - "mysqltest --record" has been considered unsafe, but with this really simple
      logic, it should be safe to use.
      
      
      client/mysqltest.c:
        When --record is passed to mysqltest the whole testcase should be executed
        as it normally is while the output form the test is acumulating
        in ds_res. When test has finished ds_res should simply be written to the
        specified result file(if any) instead of comapring it against the result file.
        Simplify handling of --require and also the cecking of result files by splitting
        check_result function into one  function 'check_require' that is specialised in
        checking require's and leave 'check_result' to do just that.
      7a0d4559
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools · 7a1a1cba
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      7a1a1cba
    • unknown's avatar
      Add new option --mem to mysql-test-run.pl. It will automatically setup a symlink · 99becefd
      unknown authored
      from var/ to a tmpfs area and thereby speed up the execution of the testsuite
       significantly
      
      
      mysql-test/mysql-test-run.pl:
        Add new option --mem to mysql-test-run.pl. It will automatically setup a symlink
        from var/ to a tmpfs area and thereby speed up the execution of the testsuite
        significantly
      99becefd
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools · 25b8048c
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      25b8048c
    • unknown's avatar
      893d6ae7
    • unknown's avatar
      Add regex to detect the empty line that end the variable list. · c86b2f61
      unknown authored
      Some variable names in 5.1 is soo long that there is no space inbetween 
      name and value. Outputing a warning about it, as that should probably be fixed.
      At least one space should be put between the name and value.
      
      c86b2f61
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools · 16d19717
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
      
      
      mysql-test/mysql-test-run.pl:
        Auto merged
      16d19717
    • unknown's avatar
      Print warning message if test was failed becuase of cluster install failure · 9778e72a
      unknown authored
      Improve check of wheter test case need slave cluster
      
      9778e72a
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/same_tools/my41-same_tools · 13ef0f32
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/same_tools/my50-same_tools
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      mysql-test/r/mysqltest.result:
        Auto merged
      13ef0f32
    • unknown's avatar
      Add missing semicolon · a59ccdf9
      unknown authored
      a59ccdf9
    • unknown's avatar
      Set the environment variable NDB_STATUS_OK to indicate that cluster is... · dc7fc91e
      unknown authored
      Set the environment variable NDB_STATUS_OK to indicate that cluster is installed ok. This is actually not needed for this script as it will
      skip ndb tests if cluster install failed. But provided for compatibility
      
      
      mysql-test/include/have_ndb.inc:
        Revert
      dc7fc91e
    • unknown's avatar
      Improve "check_eol_junk" to detect junk although there are multi line comments in the way. · 2a655737
      unknown authored
      I.e take advantage of the fact that a # comment is always terminated by a new line 
      Add tests for the above
      
      
      client/mysqltest.c:
        Improve "check_eol_junk" to detect junk although there are multi line comments in the way.
        I.e take advantage of the fact that a # comment is always terminated by a new line
      mysql-test/r/mysqltest.result:
        Update resut file
      mysql-test/t/mysqltest.test:
        Add test for improved check_eol_junk
      2a655737
  2. 04 Oct, 2006 26 commits