1. 07 Feb, 2006 5 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) · 0cea4e53
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbtup/DbtupScan.cpp:
        unlock outstanding locks on scan close
      0cea4e53
    • unknown's avatar
      Merge · 6344fd64
      unknown authored
      
      mysql-test/t/partition_pruning.test:
        Auto merged
      mysql-test/r/partition_pruning.result:
        SCCS merged
      6344fd64
    • unknown's avatar
      Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 42aed3fe
      unknown authored
      into  mysql.com:/space/pekka/ndb/version/my51
      
      
      42aed3fe
    • unknown's avatar
      ndb - rbr blobs works now (or again) · 18fb82c1
      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
      18fb82c1
    • unknown's avatar
      Merge jamppa@bk-internal.mysql.com:/home/bk/mysql-5.1-new · fd03e915
      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
      fd03e915
  4. 04 Feb, 2006 1 commit
  5. 03 Feb, 2006 6 commits
    • unknown's avatar
      A post-merge fix. · ef31f48d
      unknown authored
      ef31f48d
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 2b1185ed
      unknown authored
      into  mysql.com:/home/kostja/mysql/mysql-5.1-merge
      
      
      sql/field.cc:
        Auto merged
      sql/sp_head.cc:
        Auto merged
      2b1185ed
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-new · 955eb2f2
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-ndb
      
      
      955eb2f2
    • unknown's avatar
      ndb dd · 722d9178
      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
      722d9178
    • unknown's avatar
      ndb dd - · b65228df
      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
      b65228df
    • unknown's avatar
      Merge mysql.com:/mnt/hda4/home/alik/MySQL/devel/5.1.6-release-15588 · a2da9aed
      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).
      a2da9aed