1. 07 Feb, 2006 3 commits
  2. 06 Feb, 2006 23 commits
  3. 05 Feb, 2006 5 commits
    • unknown's avatar
      ndb - TUP scan: unlock outstanding locks on scan close (lost+found patch) · fc1d926c
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        unlock outstanding locks on scan close
      fc1d926c
    • unknown's avatar
      Merge · 67f1a02a
      unknown authored
      
      mysql-test/t/partition_pruning.test:
        Auto merged
      mysql-test/r/partition_pruning.result:
        SCCS merged
      67f1a02a
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 676a9d68
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      676a9d68
    • unknown's avatar
      ndb - rbr blobs works now (or again) · 13a5adc9
      unknown authored
      
      mysql-test/t/disabled.def:
        ndb_blob.test works again, sort of
      storage/ndb/include/ndbapi/NdbBlob.hpp:
        better getNull & replace+tinyblob forward-patch from 5.0
      storage/ndb/src/ndbapi/NdbBlob.cpp:
        better getNull & replace+tinyblob forward-patch from 5.0
      storage/ndb/test/ndbapi/test_event.cpp:
        getEvent()->getTable()
      sql/ha_ndbcluster.cc:
        return more error codes from blob calls
      sql/ha_ndbcluster_binlog.cc:
        return more error codes from blob calls
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        return more error codes from blob calls
      storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
        copy and invalidate blob tables as part of main table.  TODO: do not cache blob tables
      storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
        copy and invalidate blob tables as part of main table.  TODO: do not cache blob tables
      13a5adc9
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 89d6552b
      unknown authored
      into  a193-229-222-105.elisa-laajakaista.fi:/home/my/bk/mysql-5.1-new
      
      
      configure.in:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/set_var.cc:
        Auto merged
      89d6552b
  4. 04 Feb, 2006 1 commit
  5. 03 Feb, 2006 6 commits
    • unknown's avatar
      A post-merge fix. · 5e724324
      unknown authored
      5e724324
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · bf56afcc
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      sql/field.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      bf56afcc
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-new · 238bb16a
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
      
      238bb16a
    • unknown's avatar
      ndb dd · 18a348f7
      unknown authored
        Fix a copule of dd bugs
          typo in lgman, potential run-time crash
          inconsistency in tup, potentially causing crash after SR
      
      
      storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        Fix so that extentPtr.p->m_free_space is updated after page is written first time
          plus a number of new asserts
      storage/ndb/src/kernel/blocks/dbtup/DbtupDiskAlloc.cpp:
        Fix so that extentPtr.p->m_free_space is updated after page is written first time
          plus a number of new asserts
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fix a couple of asserts
        Fix a typo causing unpredictable crash "&= ~x" was "&= x"
      storage/ndb/test/ndbapi/test_event.cpp:
        Fix test_event
      18a348f7
    • unknown's avatar
      ndb dd - · 5d92e4d1
      unknown authored
        Fix possible deadlock when running with small log buffer, causing buffer to be full, but not page getting flushed
      
      
      storage/ndb/src/kernel/blocks/lgman.cpp:
        Fix possible deadlock when running with small log buffer, causing buffer to be full, but not page getting flushed
      storage/ndb/src/kernel/blocks/lgman.hpp:
        Fix possible deadlock when running with small log buffer, causing buffer to be full, but not page getting flushed
      5d92e4d1
    • unknown's avatar
      Merge mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.1.6-release-15588 · 3d24236a
      unknown authored
      into  mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.1-tree
      
      The idea of this merge is to "synchronize" 5.1-release tree (5.1.6) and
      the main 5.1 tree. A patch for BUG#15588/BUG#16621 was copied into
      5.1-release from 5.0 since it is important. This patch is expected to
      come into the 5.1 tree after resolving 5.0 -> 5.1 megrge logjam.
      
      
      storage/example/ha_example.cc:
        Auto merged
      sql/field.cc:
        Ignore changes in 5.1-release (5.1.6).
      sql/sp_head.cc:
        Ignore changes in 5.1-release (5.1.6).
      3d24236a
  6. 02 Feb, 2006 2 commits
    • unknown's avatar
      Copied patch for BUG#15588 (BUG#16621) from 5.0 into 5.1-release. · f0c0b0bf
      unknown authored
      
      sql/field.cc:
        Use memmove() instead of memcpy() -- after implementation of WL#2984
        (Make stored routine variables work according to the standard) it is
        possible to store in the field the value from this field. For instance,
        this can happen for the following statement:
          SET sp_var = SUBSTR(sp_var, 1, 3);
      sql/sp_head.cc:
        Work correctly with String:
        - String length has to be be reset before use;
        - qs_append() does not allocate memory, so the memory should
          be reserved beforehand.
      f0c0b0bf
    • unknown's avatar
      Merge mysql.com:/home/kostja/mysql/tmp_merge · 630ae29c
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      BitKeeper/etc/ignore:
        auto-union
      configure.in:
        Auto merged
      libmysql/libmysql.c:
        Auto merged
      mysql-test/ndb/ndbcluster.sh:
        Auto merged
      mysql-test/r/rpl_sp.result:
        Auto merged
      mysql-test/r/sp-error.result:
        Auto merged
      mysql-test/r/sp.result:
        Auto merged
      mysql-test/r/type_float.result:
        Auto merged
      mysql-test/t/rpl_sp.test:
        Auto merged
      mysql-test/t/sp-error.test:
        Auto merged
      mysql-test/t/sp.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/item_func.cc:
        Auto merged
      sql/mysqld.cc:
        Auto merged
      sql/protocol.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      sql/sp_head.h:
        Auto merged
      sql/sql_acl.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      sql/sql_show.cc:
        Auto merged
      sql/sql_yacc.yy:
        Auto merged
      sql/table.cc:
        Auto merged
      sql/table.h:
        Auto merged
      storage/myisam/ft_update.c:
        Auto merged
      storage/ndb/include/logger/LogHandler.hpp:
        Auto merged
      storage/ndb/include/logger/Logger.hpp:
        Auto merged
      storage/ndb/include/mgmapi/mgmapi.h:
        Auto merged
      storage/ndb/include/mgmcommon/ConfigRetriever.hpp:
        Auto merged
      storage/ndb/src/common/logger/FileLogHandler.cpp:
        Auto merged
      storage/ndb/src/common/logger/LogHandler.cpp:
        Auto merged
      storage/ndb/src/common/logger/Logger.cpp:
        Auto merged
      storage/ndb/src/common/logger/SysLogHandler.cpp:
        Auto merged
      storage/ndb/src/common/mgmcommon/ConfigRetriever.cpp:
        Auto merged
      storage/ndb/src/common/util/SocketServer.cpp:
        Auto merged
      storage/ndb/src/kernel/main.cpp:
        Auto merged
      storage/ndb/src/kernel/vm/Configuration.cpp:
        Auto merged
      storage/ndb/src/kernel/vm/Configuration.hpp:
        Auto merged
      storage/ndb/src/mgmapi/mgmapi.cpp:
        Auto merged
      storage/ndb/src/mgmclient/CommandInterpreter.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/MgmtSrvr.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/MgmtSrvr.hpp:
        Auto merged
      storage/ndb/src/mgmsrv/Services.cpp:
        Auto merged
      storage/ndb/src/mgmsrv/Services.hpp:
        Auto merged
      storage/ndb/src/mgmsrv/main.cpp:
        Auto merged
      storage/ndb/tools/ndb_size.pl:
        Auto merged
      zlib/Makefile.am:
        Auto merged
      mysql-test/r/information_schema.result:
        SCCS merged
      mysql-test/t/information_schema.test:
        Manual merge.
      sql/ha_archive.cc:
        Manual merge.
      sql/share/errmsg.txt:
        SCCS merged
      tests/mysql_client_test.c:
        Manual merge.
      630ae29c