1. 23 Feb, 2007 1 commit
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · e06b48d1
      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
      e06b48d1
  2. 22 Feb, 2007 4 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 2b4851f0
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/comp_err_checksum/my50-comp_err_checksum
      
      
      sql/share/errmsg.txt:
        Auto merged
      2b4851f0
    • unknown's avatar
      Bug#24617 Typo in Czech translation · bac1c946
      unknown authored
      
      sql/share/errmsg.txt:
        Add the missing "d"
      bac1c946
    • unknown's avatar
      Bug #26571 Different format specifiers in errmsg.txt · c36e2c23
      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
      c36e2c23
    • unknown's avatar
      Force the server restart before running mysqlbinlog-cp932.test to fix PB... · 59e9be22
      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''
      59e9be22
  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 ' · 2f7a4de6
      unknown authored
      2f7a4de6
    • unknown's avatar
      Add echo.c to be built on Windows · 6660006b
      unknown authored
      6660006b
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 2214c207
      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
      2214c207
    • unknown's avatar
      Merge 192.168.0.10:mysql/mysql-4.1-maint · c6e1de4c
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint
      
      
      client/mysqltest.c:
        Auto merged
      c6e1de4c
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 89cbc572
      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
      89cbc572
    • unknown's avatar
      Workaround for problem where cygwin's bash/sh randomly fails with error 128 which · a843a05f
      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''
      a843a05f
  6. 15 Feb, 2007 1 commit