1. 21 Mar, 2007 3 commits
  2. 20 Mar, 2007 26 commits
    • unknown's avatar
      Merge mysql.com:/home/kent/bk/tmp/mysql-5.0-release · f46ed7db
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.0-build
      
      f46ed7db
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/41 · 3d4bdb57
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50
      
      
      sql/sql_class.cc:
        Auto merged
      3d4bdb57
    • unknown's avatar
      Merge pilot.blaudden:/home/msvensson/mysql/mysql-4.1-maint · 610943a1
      unknown authored
      into  pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
      
      
      client/mysqltest.c:
        Auto merged
      610943a1
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-ndb · 3371b434
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50
      
      3371b434
    • unknown's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 545d7f57
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/mar20/maint/50
      
      545d7f57
    • unknown's avatar
      a22c23e2
    • unknown's avatar
      Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-5.0 · ab345b4b
      unknown authored
      into  mysql.com:/home/kent/bk/tmp/mysql-5.0-build
      
      ab345b4b
    • unknown's avatar
      Bug #27231: Server crash when dumping into outfile with long FIELDS ENCLOSED BY option · d7e4ad63
      unknown authored
      - Problem: data separators were copied to a fixed-size buffer
        on the stack; memcpy was used, without bounds checking; a
        server crash could result if long FIELDS ENCLOSED BY, etc.,
        was given
      - Fix: write the separators directly, instead of copying to
        a buffer first (in select_export::send_data())
      
      
      sql/sql_class.cc:
        In select_export::send_data(), write data separators
        directly, instead of copying into a fixed-size memory
        buffer before writing.  This avoids a buffer overflow
        when very large separators are specified.
      d7e4ad63
    • unknown's avatar
      Merge qualinost.(none):/home/mtaylor/src/mysql-5.0-init · 5887de11
      unknown authored
      into  qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
      
      5887de11
    • unknown's avatar
      echo.c: · c2502d04
      unknown authored
        Corrected GPL to be version 2 only
      
      
      client/echo.c:
        Corrected GPL to be version 2 only
      c2502d04
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · ab8b535d
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.0-ndb
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbtup/DbtupGen.cpp:
        Auto merged
      ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
        Auto merged
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Auto merged
      ndb/test/ndbapi/testNodeRestart.cpp:
        Auto merged
      ndb/test/run-test/daily-basic-tests.txt:
        Auto merged
      ndb/test/src/UtilTransactions.cpp:
        Auto merged
      ab8b535d
    • unknown's avatar
      ndb - bug#27283 (wl2325-5.0) · 51c28fe1
      unknown authored
          Handle race condtition between MASTER_GCPCONF and execGCP_NODEFINISH
      
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        new error codes
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Handle race condtition between MASTER_GCPCONF and execGCP_NODEFINISH
      ndb/test/ndbapi/testNodeRestart.cpp:
        testcase
      ndb/test/run-test/daily-basic-tests.txt:
        testcase
      51c28fe1
    • unknown's avatar
      ndb - bug#27291 · 8f5cf0f1
      unknown authored
        Fix correct min-value for LockPagesInMemory
      
      
      ndb/src/mgmsrv/ConfigInfo.cpp:
        Fix correct min-value
      8f5cf0f1
    • unknown's avatar
      Bug#23736 Pointer free error in mysqlbinlog · 0411c293
      unknown authored
      - Mis-matched SAFEMALLOC defines caused misleading error message.
      
      
      client/mysqlbinlog.cc:
        Bug#23736 Pointer free error in mysqlbinlog
        - Re-worked the Load_log_processor so that it frees it's resources before 
        my_end is called.  This is necessary because SAFEMALLOC's _my_free calls
        pthread_mutex_lock() using THR_LOCK_malloc which is cleaned up in my_end().
      include/my_sys.h:
        Bug#23736 Pointer free error in mysqlbinlog
        - Define DYNAMIC_ARRAY beofore MY_TMPDIR
        - Add DYNAMIC_ARRAY to MY_TMP_DIR
      mysys/array.c:
        Bug#23736 Pointer free error in mysqlbinlog
        - SAFEMALLOC should not be unconditionally undef'd.
      mysys/mf_tempdir.c:
        Bug#23736 Pointer free error in mysqlbinlog
        - Use struct's DYNAMIC_ARRAY.
        - Use DYNAMIC_ARRAY:delete_dynamic function instead of my_free
      0411c293
    • unknown's avatar
      Merge polly.local:/tmp/maint/bug23775/my50-bug23775 · 0fd0ab24
      unknown authored
      into  polly.local:/home/kaa/src/maint/mysql-5.0-maint
      
      
      sql/slave.cc:
        Auto merged
      0fd0ab24
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-build · f4abd8d1
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
      
      f4abd8d1
    • unknown's avatar
      vio.vcproj, mysqld.vcproj, mysys.vcproj, libmysqld.vcproj, mysqldemb.vcproj: · c3480c9e
      unknown authored
        No need to set LICENSE or USE_SYMDIR from project files
      make_win_bin_dist:
        Changed location of SQL initialization files to be "share/"
      
      
      scripts/make_win_bin_dist:
        Changed location of SQL initialization files to be "share/"
      VC++Files/libmysqld/libmysqld.vcproj:
        No need to set LICENSE or USE_SYMDIR from project files
      VC++Files/mysqldemb/mysqldemb.vcproj:
        No need to set LICENSE or USE_SYMDIR from project files
      VC++Files/mysys/mysys.vcproj:
        No need to set LICENSE or USE_SYMDIR from project files
      VC++Files/sql/mysqld.vcproj:
        No need to set LICENSE or USE_SYMDIR from project files
      VC++Files/vio/vio.vcproj:
        No need to set LICENSE or USE_SYMDIR from project files
      c3480c9e
    • unknown's avatar
      Bug#25765 too many dbg heap assertions on windows · 37f1f6f5
      unknown authored
      - SAFEMALLOC should be defined for each project in debug Windows builds.
      SAFEMALLOC was not defined for the innodb project. Debug asserts caused 
      due to mixed SAFEMALLOC defines.
      
      
      innobase/CMakeLists.txt:
        Bug#25765 too many dbg heap assertions on windows
        - Make sure that *_DEBUG defaults are not overwritten.
        - Define SAFEMALLOC and SAFE_MUTEX for debug innodb builds.
      37f1f6f5
    • unknown's avatar
      tests fixed to work in embedded server · 16899120
      unknown authored
      
      mysql-test/r/delayed.result:
        result fixed
      mysql-test/r/merge.result:
        result fixed
      mysql-test/t/delayed.test:
        moved here from merge.test
      mysql-test/t/init_connect.test:
        test fixed as it created users, then stopped without deletion, what caused
        problems in consequent tests
      mysql-test/t/merge.test:
        moved to delayed.test
      mysql-test/t/mysqlbinlog-cp932.test:
        disabled in embedded server
      16899120
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work · 3d2be31a
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
      
      
      netware/Makefile.am:
        Auto merged
      3d2be31a
    • unknown's avatar
      small build fix · 3fe0ef22
      unknown authored
      
      netware/Makefile.am:
        use detected awk variant instead of using awk directly
      3fe0ef22
    • unknown's avatar
      Bug#27070 server logs are created unrequested and in wrong directory · 296bdbec
      unknown authored
      - Setting up a A->B->A replication causes relay logs being written
        by the master, remove them when test is finished
       
      
      
      mysql-test/t/rpl_dual_pos_advance.test:
        Cleanup files created by test case in var/run directory
      296bdbec
    • unknown's avatar
      Merge tulin@bk-internal.mysql.com:/home/bk/mysql-5.0 · 83aa47d8
      unknown authored
      into  whalegate.ndb.mysql.com:/home/tomas/mysql-5.0-ndb
      
      83aa47d8
    • unknown's avatar
      Merge pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build · 7ddfde9a
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build-work
      
      7ddfde9a
    • unknown's avatar
      Merge dfischer@bk-internal.mysql.com:/home/bk/mysql-5.0-build · 91348915
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-build
      
      91348915
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50 · 40422637
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      40422637
  3. 19 Mar, 2007 9 commits
    • unknown's avatar
      Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50 · eef0999a
      unknown authored
      into  quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/maint/50
      
      eef0999a
    • unknown's avatar
      sql_insert.cc: · a72aa6a6
      unknown authored
        Removed wrong fix for the bug#27006.
        The bug was added by the fix for the bug#19978 and fixed by Monty on 2007/02/21.
      trigger.test, trigger.result:
        Corrected test case for the bug#27006.
      
      
      sql/sql_insert.cc:
        Removed wrong fix for the bug#27006.
        The bug was added by the fix for the bug#19978 and fixed by Monty on 2007/02/21.
      mysql-test/t/trigger.test:
        Corrected test case for the bug#27006.
      mysql-test/r/trigger.result:
        Corrected test case for the bug#27006.
      a72aa6a6
    • unknown's avatar
      mysys.vcproj: · 93082954
      unknown authored
        Removed accidently added my_winsem.c
      make_win_bin_dist:
        Corrected test for relwithdebinfo target
      mysql.sln:
        Specify that comp_err depends on zlib
      
      
      VC++Files/mysys/mysys.vcproj:
        Removed accidently added my_winsem.c
      VC++Files/mysql.sln:
        Specify that comp_err depends on zlib
      scripts/make_win_bin_dist:
        Corrected test for relwithdebinfo target
      93082954
    • unknown's avatar
      Merge trift2.:/MySQL/M50/clone-5.0 · 70aec3a0
      unknown authored
      into  trift2.:/MySQL/M50/push-5.0
      
      
      sql/mysql_priv.h:
        Auto merged
      70aec3a0
    • unknown's avatar
      make_win_bin_dist: · 20768ead
      unknown authored
        Restore accidently removed line
      
      
      scripts/make_win_bin_dist:
        Restore accidently removed line
      20768ead
    • unknown's avatar
      Many files: · d4ac854d
      unknown authored
        Major cleanup of old Visual Studio project files, aligning engines etc
      
      
      VC++Files/bdb/bdb.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysql.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysql_upgrade.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysqladmin.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysqlclient.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysqldump.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysqlimport.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysqlshow.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/client/mysqltest.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/comp_err/comp_err.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/dbug/dbug.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/heap/heap.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/innobase/innobase.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/libmysql/libmysql.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/libmysqld/examples/test_libmysqld.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/libmysqld/libmysqld.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/libmysqltest/myTest.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/my_print_defaults/my_print_defaults.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/myisam/myisam.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/myisam_ftdump/myisam_ftdump.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/myisamchk/myisamchk.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/myisamlog/myisamlog.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/myisammrg/myisammrg.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/myisampack/myisampack.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/mysql.sln:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/mysqlbinlog/mysqlbinlog.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/mysqlcheck/mysqlcheck.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/mysqldemb/mysqldemb.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/mysqlserver/mysqlserver.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/mysys/mysys.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/perror/perror.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/regex/regex.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/replace/replace.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/sql/gen_lex_hash.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/sql/mysqld.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/strings/strings.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/test1/test1.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/tests/mysql_client_test.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/thr_test/thr_test.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/vio/vio.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      VC++Files/zlib/zlib.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      extra/yassl/taocrypt/taocrypt.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      extra/yassl/yassl.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      ndb/src/cw/cpcc-win32/C++/CPC_GUI.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      scripts/make_win_bin_dist:
        Major cleanup of old Visual Studio project files, aligning engines etc
      server-tools/instance-manager/mysqlmanager.vcproj:
        Major cleanup of old Visual Studio project files, aligning engines etc
      d4ac854d
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.0-release/ · 68270172
      unknown authored
      into  trift2.:/MySQL/M50/clone-5.0
      
      68270172
    • unknown's avatar
      netware/Makefile.am : "libmysql.imp" must survive a "make clean" for the NetWare builds. · 153fd642
      unknown authored
      
      netware/Makefile.am:
        "libmysql.imp" must survive a "make clean" for the NetWare builds.
      153fd642
    • unknown's avatar
      Merge dev:my/mysql-5.0-release · 1a63835a
      unknown authored
      into  pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.0-release
      
      
      scripts/make_win_bin_dist:
        Auto merged
      1a63835a
  4. 18 Mar, 2007 1 commit
    • unknown's avatar
      make_win_bin_dist: · 5a1d00ac
      unknown authored
        - Support both "release" and "relwithdebinfo" targets
        - Copy ".pdb" and ".pdb" files for the server and instance manager
        - Removed the examples directory, unsupported
        - Handle both old and new builds in the same script, "-debug" and "-nt"
          extensions, directory "data" and "share" in different location
      
      
      scripts/make_win_bin_dist:
        - Support both "release" and "relwithdebinfo" targets
        - Copy ".pdb" and ".pdb" files for the server and instance manager
        - Removed the examples directory, unsupported
        - Handle both old and new builds in the same script, "-debug" and "-nt"
          extensions, directory "data" and "share" in different location
      5a1d00ac
  5. 17 Mar, 2007 1 commit