1. 28 Feb, 2007 2 commits
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/bug19410/my41-bug19410 · 7a3dbd11
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/bug19410/my50-bug19410
      
      
      client/mysqltest.c:
        Auto merged
      7a3dbd11
    • unknown's avatar
      Bug#19410 Test 'kill' fails on Windows + SCO · c6698b32
      unknown authored
      - Use "mysql_stmt_field_count" to determine if there is a need to
      call "mysql_stmt_store_result"
      
      
      client/mysqltest.c:
        Only call 'mysql_stmt_store_result' if 'mysql_stmt_field_count' is
        greater than 0 indicating that this query has a result set.
        This change is mainly since if mysql_stmt_store_result fails
        the value returned by mysql_stmt_field_count will be reset.
      c6698b32
  2. 27 Feb, 2007 1 commit
    • unknown's avatar
      Bug#26678 SSL tests fail on win64 · 36e937bd
      unknown authored
       - Import a patch from yaSSL CVS that uses "word" instead
      of "unsigned long" in three function's that uses sizeof to find
      out the word size being used. NOTE! long is 32 bit also on 
      64 bit windows.
      
      
      extra/yassl/taocrypt/include/misc.hpp:
        Import patch yassl.diff
      extra/yassl/taocrypt/src/misc.cpp:
        Import patch yassl.diff
      36e937bd
  3. 26 Feb, 2007 2 commits
  4. 24 Feb, 2007 1 commit
  5. 23 Feb, 2007 6 commits
  6. 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
  7. 20 Feb, 2007 10 commits
  8. 19 Feb, 2007 14 commits