1. 09 Mar, 2006 3 commits
  2. 08 Mar, 2006 12 commits
    • unknown's avatar
      Merge · e345f28b
      unknown authored
      
      mysql-test/lib/mtr_cases.pl:
        Auto merged
      mysql-test/lib/mtr_misc.pl:
        Auto merged
      e345f28b
    • unknown's avatar
      mysql-test-run.pl, mtr_cases.pl · 11cf49ac
      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
      11cf49ac
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · e65726c6
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysqltestrun_ndbclusterstart/my50-mysqltestrun_ndbclusterstart
      
      e65726c6
    • unknown's avatar
      BUG#17574 Detect cluster start failure and "fail" ndb_* tests · 49f6a18d
      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.
      49f6a18d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · afdf3256
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
      
      afdf3256
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0 · e8a6f9be
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
      
      e8a6f9be
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 · ddc5d1b3
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137
      
      ddc5d1b3
    • unknown's avatar
      After merge · e570f80d
      unknown authored
      
      mysql-test/t/rpl_trunc_temp.test:
        Remove final "connection master" it's already disconnected
      e570f80d
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/bug17137/my41-bug17137 · afedb18e
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/bug17137/my50-bug17137
      
      
      sql/sql_delete.cc:
        Auto merged
      afedb18e
    • unknown's avatar
      Bug#17137 Running "truncate table" on temporary table leaves the table open on a slave · 07a39b8d
      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''
      07a39b8d
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 6d17befc
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/bug17574/my50-bug17574
      
      6d17befc
    • unknown's avatar
      mysql-test-run.pl: · c7eca9b2
      unknown authored
        Allow space in base directory path, bug#15736
      
      
      mysql-test/mysql-test-run.pl:
        Allow space in base directory path, bug#15736
      c7eca9b2
  3. 07 Mar, 2006 9 commits
  4. 06 Mar, 2006 16 commits
    • unknown's avatar
      after merge · b53b7432
      unknown authored
      
      mysql-test/mysql-test-run.sh:
        tests depend on umask
      b53b7432
    • unknown's avatar
      Fix typo · 73be23bd
      unknown authored
      
      client/mysqltest.c:
        Fix typo, add extra "s"
      73be23bd
    • unknown's avatar
      Revert · 60a12af7
      unknown authored
      
      mysql-test/lib/mtr_misc.pl:
        Revert change to outpout exe path and name in win format
      60a12af7
    • unknown's avatar
      Remove unused var · e289f394
      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
      e289f394
    • unknown's avatar
      compilation fixes · 5149916a
      unknown authored
      
      BitKeeper/etc/ignore:
        Added include/openssl to the ignore list
      5149916a
    • unknown's avatar
      Win fixes · 0b4e062b
      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
      0b4e062b
    • unknown's avatar
      Use grep instead of egrep · bb209d14
      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"
      bb209d14
    • unknown's avatar
      merged · 28034d38
      unknown authored
      
      mysql-test/t/kill.test:
        Auto merged
      28034d38
    • unknown's avatar
      merged · 88941dca
      unknown authored
      88941dca
    • unknown's avatar
      301921b8
    • unknown's avatar
      Merge mysql.com:/home/hf/work/mysql-5.0.15745 · a6952a1d
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.0.mrg
      
      a6952a1d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · cf471416
      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
      cf471416
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · d0c29c34
      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
      d0c29c34
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 921e0512
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      921e0512
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0 · 83aac24b
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      83aac24b
    • unknown's avatar
      Merge mysql.com:/usr/home/bar/mysql-4.1.b15949 · 22d716f0
      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
      22d716f0