1. 04 Sep, 2006 2 commits
    • unknown's avatar
      Fix problem where mysql-test-run.pl fails to start up the mysqld after a... · bcd39db2
      unknown authored
      Fix problem where mysql-test-run.pl fails to start up the mysqld after a failed test. Shows up on win hosts where one failed test case make subsequent ones fails with error "Could not open connection 'default': 2003 Can't connect to MySQL server on 'localhost'" 
      
      
      mysql-test/lib/mtr_process.pl:
        Reset the associated "pid" of masters and slave when building the list of processes to shutdown.
      bcd39db2
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-cmake · a728d352
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.0
      
      a728d352
  2. 02 Sep, 2006 5 commits
  3. 01 Sep, 2006 18 commits
  4. 31 Aug, 2006 12 commits
    • unknown's avatar
      Additional files for cmake support · ec2d3ce1
      unknown authored
      
      CMakeLists.txt:
        New BitKeeper file ``CMakeLists.txt''
      bdb/CMakeLists.txt:
        New BitKeeper file ``bdb/CMakeLists.txt''
      client/CMakeLists.txt:
        New BitKeeper file ``client/CMakeLists.txt''
      dbug/CMakeLists.txt:
        New BitKeeper file ``dbug/CMakeLists.txt''
      extra/CMakeLists.txt:
        New BitKeeper file ``extra/CMakeLists.txt''
      extra/yassl/CMakeLists.txt:
        New BitKeeper file ``extra/yassl/CMakeLists.txt''
      extra/yassl/taocrypt/CMakeLists.txt:
        New BitKeeper file ``extra/yassl/taocrypt/CMakeLists.txt''
      heap/CMakeLists.txt:
        New BitKeeper file ``heap/CMakeLists.txt''
      innobase/CMakeLists.txt:
        New BitKeeper file ``innobase/CMakeLists.txt''
      libmysql/CMakeLists.txt:
        New BitKeeper file ``libmysql/CMakeLists.txt''
      myisam/CMakeLists.txt:
        New BitKeeper file ``myisam/CMakeLists.txt''
      myisammrg/CMakeLists.txt:
        New BitKeeper file ``myisammrg/CMakeLists.txt''
      mysys/CMakeLists.txt:
        New BitKeeper file ``mysys/CMakeLists.txt''
      regex/CMakeLists.txt:
        New BitKeeper file ``regex/CMakeLists.txt''
      server-tools/CMakeLists.txt:
        New BitKeeper file ``server-tools/CMakeLists.txt''
      server-tools/instance-manager/CMakeLists.txt:
        New BitKeeper file ``server-tools/instance-manager/CMakeLists.txt''
      sql/CMakeLists.txt:
        New BitKeeper file ``sql/CMakeLists.txt''
      sql/examples/CMakeLists.txt:
        New BitKeeper file ``sql/examples/CMakeLists.txt''
      strings/CMakeLists.txt:
        New BitKeeper file ``strings/CMakeLists.txt''
      tests/CMakeLists.txt:
        New BitKeeper file ``tests/CMakeLists.txt''
      vio/CMakeLists.txt:
        New BitKeeper file ``vio/CMakeLists.txt''
      win/Makefile.am:
        New BitKeeper file ``win/Makefile.am''
      win/README:
        New BitKeeper file ``win/README''
      win/build-vs71.bat:
        New BitKeeper file ``win/build-vs71.bat''
      win/build-vs8.bat:
        New BitKeeper file ``win/build-vs8.bat''
      win/build-vs8_x64.bat:
        New BitKeeper file ``win/build-vs8_x64.bat''
      win/configure.js:
        New BitKeeper file ``win/configure.js''
      zlib/CMakeLists.txt:
        New BitKeeper file ``zlib/CMakeLists.txt''
      ec2d3ce1
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my50-bug04053 · a403eb22
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      a403eb22
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my50-no-strange-literals · 9be2a51c
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      
      tests/mysql_client_test.c:
        Auto merged
      9be2a51c
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my41-no-strange-literals · b00e6e75
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my50-no-strange-literals
      
      
      tests/mysql_client_test.c:
        Auto merged
      b00e6e75
    • unknown's avatar
      Bitkeeper's Tk interface uses UTF8 by default, so mixing charsets in a · d0bc9ee3
      unknown authored
      single file is a bad practice.  
      
      
      tests/mysql_client_test.c:
        Replace literal characters which don't make sense in UTF8 with ubiquitously-
        understood numbers.
      d0bc9ee3
    • unknown's avatar
      Update the generate_prefix_files.pl · f93d9b88
      unknown authored
      
      extra/yassl/include/openssl/generate_prefix_files.pl:
        Allow a '*' to be together with the function name.
        As in this example: "BIGNUM *BN_bin2bn"
      f93d9b88
    • unknown's avatar
      Bug#21930 libmysqlclient defines BN_bin2bn which belongs to OpenSSL! Breaks other apps! · c4d0d626
      unknown authored
       - Don't add the signatures for CRYPTO_* when compiling yaSSL for MySQL
      
      
      extra/yassl/taocrypt/src/misc.cpp:
        No need to include the CRYPTO_* when compiling yaSSL for MySQL
      c4d0d626
    • unknown's avatar
      Bug #21930 libmysqlclient defines BN_bin2bn which belongs to OpenSSL! Breaks other apps! · 3e73a1ad
      unknown authored
       - Correct bug in perl script that faild to add rename macros for some functions.
      
      
      extra/yassl/include/openssl/prefix_ssl.h:
        Add prefixes for a bunch of new functions found with the new version of generate_prefix_files.pl
      3e73a1ad
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/mysql-5.0 · c79c8a1f
      unknown authored
      into  shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
      
      
      configure.in:
        Auto merged
      include/mysql.h:
        Auto merged
      include/mysql_com.h:
        Auto merged
      sql-common/client.c:
        Auto merged
      sql/item_strfunc.cc:
        Auto merged
      sql/item_strfunc.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      c79c8a1f
    • unknown's avatar
      Disable testing of "encrypt" in ctype_ucs.test · 995cca62
      unknown authored
      
      mysql-test/r/ctype_ucs.result:
        Update result file
      mysql-test/t/ctype_ucs.test:
        Disable testing of "encrypt" function in this file. That test has to be guarded by "have_crypt.inc"
      995cca62
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · aa532db0
      unknown authored
      into  bodhi.local:/opt/local/work/mysql-5.0-14897
      
      
      configure.in:
        Auto merged
      include/mysql_com.h:
        Auto merged
      mysql-test/r/grant.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/trigger.result:
        Auto merged
      mysql-test/r/view.result:
        Auto merged
      mysql-test/t/grant.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      mysql-test/t/trigger.test:
        Auto merged
      mysql-test/t/view.test:
        Auto merged
      sql/mysql_priv.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_parse.cc:
        Auto merged
      sql/share/errmsg.txt:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      aa532db0
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my41-bug04053 · 0a9c3266
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my50-bug04053
      
      0a9c3266
  5. 30 Aug, 2006 3 commits