1. 02 Sep, 2006 3 commits
  2. 01 Sep, 2006 11 commits
    • unknown's avatar
    • unknown's avatar
      Modification for win subdirectory · 33844a8d
      unknown authored
      
      configure.in:
        added win subdir
      33844a8d
    • unknown's avatar
      Fixes for crashes and test failures · f0ec47a9
      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.
      f0ec47a9
    • unknown's avatar
      make dist changes for Cmake build · ca482b5a
      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
      ca482b5a
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/mysql-5.0 · 1274f4af
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      1274f4af
    • unknown's avatar
      Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 · 796b1100
      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
      796b1100
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.0-maint · 99b4f1c7
      unknown authored
      into  rama.(none):/home/jimw/my/mysql-5.0-clean
      
      99b4f1c7
    • unknown's avatar
      Restore bug fix lost in merge of client/mysqldump.c, and clean up mysqldump.test · fe4e199c
      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.
      fe4e199c
    • unknown's avatar
      post-merge fix · 0e2d8dfe
      unknown authored
      0e2d8dfe
    • unknown's avatar
      Merge maint2.mysql.com:/data/localhome/tsmith/bk/41 · 4c70f677
      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.
      4c70f677
    • unknown's avatar
      Resolve conflicts · 4fcc192a
      unknown authored
      4fcc192a
  3. 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
  4. 30 Aug, 2006 14 commits