1. 09 Mar, 2006 3 commits
  2. 08 Mar, 2006 12 commits
    • unknown's avatar
      Merge · 0e6c94e1
      unknown authored
      
      mysql-test/lib/mtr_cases.pl:
        Auto merged
      mysql-test/lib/mtr_misc.pl:
        Auto merged
      0e6c94e1
    • unknown's avatar
      mysql-test-run.pl, mtr_cases.pl · a3208c0f
      unknown authored
        - Back porting of some changes in later releases
        - Corrected valgrind support
        - Removed work around for TZ needed in VisualStudio 6
        - Don't restart master to add special settings from "<testcase>-master.opt",
          if same settngs as running master, feature request in bug#12433
        - With --reorder, keep tests with same *-master.opt content together,
          to save even more master restarts
      
      
      mysql-test/lib/mtr_misc.pl:
        Added functions to compare lists of options
      mysql-test/lib/mtr_cases.pl:
        Removed special code for Windows as in VC6 we unset
        TZ to avoid library bug
      mysql-test/mysql-test-run.pl:
        Handle pseudo option --timezone=<spec> that sets TZ
      a3208c0f
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · bfa21dd1
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysqltestrun_ndbclusterstart/my50-mysqltestrun_ndbclusterstart
      
      
      bfa21dd1
    • unknown's avatar
      BUG#17574 Detect cluster start failure and "fail" ndb_* tests · acb53e4e
      unknown authored
       - Fix problems that occur when ndbcluster is not supported
      
      
      mysql-test/lib/mtr_cases.pl:
        Marked test to be skipped if it is a ndb test but ndb is not supported
      mysql-test/mysql-test-run.pl:
        Check "opt_with_ndbcluster" before deciding to stop masters and when dciding if cluster needs to be started.
      acb53e4e
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 9c6abf3f
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
      
      
      9c6abf3f
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · c80332c7
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
      
      
      c80332c7
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · 3c83b827
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137
      
      
      3c83b827
    • unknown's avatar
      After merge · 9a293f36
      unknown authored
      
      mysql-test/t/rpl_trunc_temp.test:
        Remove final "connection master" it's already disconnected
      9a293f36
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137 · c5fcf0fd
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
      
      
      sql/sql_delete.cc:
        Auto merged
      c5fcf0fd
    • unknown's avatar
      Bug#17137 Running "truncate table" on temporary table leaves the table open on a slave · f491db21
      unknown authored
       - Decrease "slave_open_temp_tables" during reopen of truncated table.
       - Add test "rpl_trunc_temp" 
      
      
      sql/sql_delete.cc:
        Decrease "slave_open_temp_tables" after temporary table has been closed, it will be
        increased again when the temp table is reopened after it's been truncated.
      mysql-test/r/rpl_trunc_temp.result:
        New BitKeeper file ``mysql-test/r/rpl_trunc_temp.result''
      mysql-test/t/rpl_trunc_temp.test:
        New BitKeeper file ``mysql-test/t/rpl_trunc_temp.test''
      f491db21
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 9414d3a3
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/bug17574/my50-bug17574
      
      
      9414d3a3
    • unknown's avatar
      mysql-test-run.pl: · cf11f78a
      unknown authored
        Allow space in base directory path, bug#15736
      
      
      mysql-test/mysql-test-run.pl:
        Allow space in base directory path, bug#15736
      cf11f78a
  3. 07 Mar, 2006 9 commits
  4. 06 Mar, 2006 16 commits
    • unknown's avatar
      after merge · b2676606
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        tests depend on umask
      b2676606
    • unknown's avatar
      Fix typo · 01a35c19
      unknown authored
      
      client/mysqltest.c:
        Fix typo, add extra "s"
      01a35c19
    • unknown's avatar
      Revert · e33e0bfc
      unknown authored
      
      mysql-test/lib/mtr_misc.pl:
        Revert change to outpout exe path and name in win format
      e33e0bfc
    • unknown's avatar
      Remove unused var · 187f89a4
      unknown authored
      Reduce code
      
      
      client/mysqltest.c:
        Remove the "cmd" variable in do_sleep, left unintentionaly after merge
        Implement the same elegeant solution to fund the command name in do_modify_ar
      187f89a4
    • unknown's avatar
      compilation fixes · 502b3073
      unknown authored
      
      BitKeeper/etc/ignore:
        Added include/openssl to the ignore list
      502b3073
    • unknown's avatar
      Win fixes · 4a311f0a
      unknown authored
       - Use tmp sh file both in system and popen 
      
      
      client/mysqltest.c:
        Introduce common functions to handle unix emulation on windows using a temporary sh file.
        Use it both in my_popen and my_system.
      mysql-test/r/mysqltest.result:
        Update test result
      mysql-test/t/mysqltest.test:
        Fix "windows paths" in three places that doesn't automatically get fixed
        Uset the output file mysqltest.sql instead of con.sql as con is not an allowed filename on Windows
        Use system for util functions
      4a311f0a
    • unknown's avatar
      Use grep instead of egrep · 57839602
      unknown authored
      Use system inestad of exec
      
      
      mysql-test/t/trigger-grant.test:
        Use "system" instead of exec for system admin tasks
        No need to use "egrep", changing to "grep"
      57839602
    • unknown's avatar
      merged · cf4c785c
      unknown authored
      
      mysql-test/t/kill.test:
        Auto merged
      cf4c785c
    • unknown's avatar
      merged · 19a1f488
      unknown authored
      19a1f488
    • unknown's avatar
      a127344a
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-5.0.15745 · 703aeac2
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.mrg
      
      
      703aeac2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · c37f55e6
      unknown authored
      into  zippy.(none):/home/cmiller/work/mysql/mysql-5.0.19-tbr
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      c37f55e6
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 1e1ea6ce
      unknown authored
      into  zippy.(none):/home/cmiller/work/mysql/mysql-5.0.19-tbr
      
      
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      1e1ea6ce
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · a581ed72
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      a581ed72
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · d82eebcb
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      
      d82eebcb
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b15949 · 13407f2e
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.0
      
      
      mysql-test/r/union.result:
        Auto merged
      mysql-test/t/union.test:
        Auto merged
      sql/item.cc:
        Auto merged
      13407f2e