1. 23 Feb, 2007 1 commit
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · ea935901
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/t/mysql.test:
        Auto merged
      mysql-test/t/mysqlbinlog.test:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      extra/comp_err.c:
        Manual merge
      ea935901
  2. 22 Feb, 2007 4 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 72794342
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my50-comp_err_checksum
      
      
      sql/share/errmsg.txt:
        Auto merged
      72794342
    • unknown's avatar
      Bug#24617 Typo in Czech translation · 167cc191
      unknown authored
      
      sql/share/errmsg.txt:
        Add the missing "d"
      167cc191
    • unknown's avatar
      Bug #26571 Different format specifiers in errmsg.txt · 8c915c1d
      unknown authored
      - Add check of format specifiers in error message strings
      - Update error message text accordingly to be equal between all translations
      
      
      extra/Makefile.am:
        comp_err uses my_cheksum, link with zlib
      extra/comp_err.c:
        Add check of format specifiers in error message strings
      sql/share/errmsg.txt:
        Update error messages after checks
        ---
        Remove the newly added space in error message, should not be there
      8c915c1d
    • unknown's avatar
      Force the server restart before running mysqlbinlog-cp932.test to fix PB... · b01ad91b
      unknown authored
      Force the server restart before running mysqlbinlog-cp932.test to fix PB failures introduced by the patch for bug #18743.
      
      
      mysql-test/t/mysqlbinlog-cp932-master.opt:
        New BitKeeper file ``mysql-test/t/mysqlbinlog-cp932-master.opt''
      b01ad91b
  3. 20 Feb, 2007 10 commits
  4. 19 Feb, 2007 18 commits
  5. 16 Feb, 2007 6 commits
    • unknown's avatar
      Use " instead of ' to avoid win problem with ' · f951d4cc
      unknown authored
      f951d4cc
    • unknown's avatar
      Add echo.c to be built on Windows · 20c3ffe8
      unknown authored
      20c3ffe8
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 3c9b3c7e
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysqltest.c:
        Auto merged
      mysql-test/lib/mtr_misc.pl:
        Auto merged
      mysql-test/mysql-test-run.pl:
        Auto merged
      3c9b3c7e
    • unknown's avatar
      Merge 192.168.0.10:mysql/mysql-4.1-maint · 3a56c79b
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
      
      
      client/mysqltest.c:
        Auto merged
      3a56c79b
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · bf690515
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      mysql-test/r/order_by.result:
        Auto merged
      sql/item.cc:
        Auto merged
      sql/item_cmpfunc.cc:
        Auto merged
      sql/item_cmpfunc.h:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      mysql-test/t/order_by.test:
        SCCS merged
      bf690515
    • unknown's avatar
      Workaround for problem where cygwin's bash/sh randomly fails with error 128 which · 0a97f7ba
      unknown authored
      mainly occurs on win2003 64bit.
       - Execute "exec" commands directly with cmd.exe and replace "--exec echo ..." with "--exec .\echo.exe ..." 
      
      
      client/mysqltest.c:
        Workaround the problem with "echo" in windows not behaving like "echo" in Unix.
        - Replace "--exec echo ..." with "--exec <path to mysqltest>\echo.exe" thus forcing
          use of our own echo implementation which baheves like on Unix.
        - The above change makes it possible to remove the need to execute all --exec's
          inside cygwin. Add ifdefs to only use use cygwin's bash conditionally
      mysql-test/lib/mtr_misc.pl:
        Add function for converting to the OS's native format
      mysql-test/mysql-test-run.pl:
        Convert path to executables to "windows native" (c:\<path>\) instead of "mixed"(c:/<path>) mode
        necessary for pipes and redirects to work properly in cmd.exe
      client/echo.c:
        New BitKeeper file ``client/echo.c''
      0a97f7ba
  6. 15 Feb, 2007 1 commit