1. 02 Sep, 2006 3 commits
  2. 01 Sep, 2006 11 commits
    • unknown's avatar
    • unknown's avatar
      Modification for win subdirectory · 6e9cffa2
      unknown authored
      
      configure.in:
        added win subdir
      6e9cffa2
    • unknown's avatar
      Fixes for crashes and test failures · 5d3e6c27
      unknown authored
      
      scripts/make_win_bin_dist:
        BitKeeper file /home/georg/work/mysql/prod/mysql-5.0-win/scripts/make_win_bin_dist
      client/mysqlbinlog.cc:
        Fix for cmake build: Cmake doesn't use the VC++ files
      extra/comp_err.c:
        fixed windows crash (debug): We can't call DBUG_RETURN after my_end.
      include/my_dbug.h:
        added missing empty define for DBUG_LEAVE to prevent precompiler errors when
        compiling in non_debug mode
      mysql-test/mysql-test-run.pl:
        Added support for new cmake release and debug paths.
      mysql-test/t/system_mysql_db_fix.test:
        This test requires unix shell script mysql_fix_previleges_tables -> skip under windows
      mysys/my_seek.c:
        Fix for windows debug crash. However this solution is bad: we should never
        call lseek with an invalid file pointer.
      sql/ha_archive.cc:
        Fixed windows crash: We need dup in gzdopen to keep the filehandle open,
        otherwise subsequent calls to mysql_close will fail/crash.
      5d3e6c27
    • unknown's avatar
      make dist changes for Cmake build · cce4cc25
      unknown authored
      
      libmysql/mytest.c:
        Rename: BitKeeper/deleted/.del-mytest.c -> libmysql/mytest.c
      sql/message.mc:
        BitKeeper file /home/georg/work/mysql/prod/mysql-5.0-win/sql/message.mc
      cce4cc25
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0 · 2c4a003e
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      2c4a003e
    • unknown's avatar
      Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 · 5bd9bf55
      unknown authored
      into  maint2.mysql.com:/data/localhome/tsmith/bk/50
      
      
      mysql-test/r/ctype_utf8.result:
        Auto merged
      mysql-test/t/ctype_utf8.test:
        Auto merged
      sql/net_serv.cc:
        Auto merged
      sql/sql_lex.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      vio/viosocket.c:
        Auto merged
      client/mysql.cc:
        Manual merge.
      mysql-test/t/ctype_recoding.test:
        Manual merge.
      sql/sql_lex.h:
        SCCS merged
      sql/sql_table.cc:
        Manual merge.
      mysql-test/r/ctype_recoding.result:
        Manual merge
      5bd9bf55
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 5992281d
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.0-clean
      
      
      5992281d
    • unknown's avatar
      Restore bug fix lost in merge of client/mysqldump.c, and clean up mysqldump.test · 55c61a6e
      unknown authored
      so that 4.1 and 5.0 tests are all in the right place and no tests are duplicated.
      
      
      client/mysqldump.c:
        Restore fix for bug 21215 accidently removed during merge
      mysql-test/r/mysqldump.result:
        Update results
      mysql-test/t/mysqldump.test:
        Fix order of tests so that all the tests new to the 5.0 tree come after
        "End of 4.1 tests", and so that each leaves things in the state it found
        them (particularly by returning to the 'test' database. Also remove some
        tests that were duplicated.
      55c61a6e
    • unknown's avatar
      post-merge fix · b6d3f563
      unknown authored
      b6d3f563
    • unknown's avatar
      Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 · fc5ee968
      unknown authored
      into  maint2.mysql.com:/data/localhome/tsmith/bk/50
      
      
      mysql-test/r/heap_btree.result:
        Auto merged
      sql/set_var.cc:
        Auto merged
      mysql-test/t/heap_btree.test:
        Manual merge.
      fc5ee968
    • unknown's avatar
      Resolve conflicts · cf749a7a
      unknown authored
      cf749a7a
  3. 31 Aug, 2006 12 commits
    • unknown's avatar
      Additional files for cmake support · 8f447728
      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''
      8f447728
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my50-bug04053 · b0cdb895
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      
      b0cdb895
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my50-no-strange-literals · 942af8b6
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0-maint
      
      
      tests/mysql_client_test.c:
        Auto merged
      942af8b6
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my41-no-strange-literals · 9e4d75d1
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/no-strange-literals/my50-no-strange-literals
      
      
      tests/mysql_client_test.c:
        Auto merged
      9e4d75d1
    • unknown's avatar
      Bitkeeper's Tk interface uses UTF8 by default, so mixing charsets in a · 22da915b
      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.
      22da915b
    • unknown's avatar
      Update the generate_prefix_files.pl · 7bc5fd19
      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"
      7bc5fd19
    • unknown's avatar
      Bug#21930 libmysqlclient defines BN_bin2bn which belongs to OpenSSL! Breaks other apps! · 7fcf4b17
      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
      7fcf4b17
    • unknown's avatar
      Bug #21930 libmysqlclient defines BN_bin2bn which belongs to OpenSSL! Breaks other apps! · 4d13d177
      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
      4d13d177
    • unknown's avatar
      Merge shellback.(none):/home/msvensson/mysql/mysql-5.0 · 085446b8
      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
      085446b8
    • unknown's avatar
      Disable testing of "encrypt" in ctype_ucs.test · 066154d2
      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"
      066154d2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0 · 1a22b9c1
      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
      1a22b9c1
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my41-bug04053 · f082fc7e
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug04053/my50-bug04053
      
      
      f082fc7e
  4. 30 Aug, 2006 14 commits