1. 30 Jul, 2006 2 commits
    • unknown's avatar
      Merge chilla.local:/home/mydev/mysql-5.0 · 0bc5e1a4
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0-bug20719
      
      
      myisam/mi_dynrec.c:
        Auto merged
      ndb/include/kernel/GlobalSignalNumbers.h:
        Auto merged
      ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
        Auto merged
      ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
        Auto merged
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        Auto merged
      ndb/src/ndbapi/ndberror.c:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/handler.h:
        Auto merged
      sql/sql_base.cc:
        Auto merged
      sql/sql_insert.cc:
        Auto merged
      0bc5e1a4
    • unknown's avatar
      Bug#20719 - Reading dynamic records with write buffer could fail · 5c4798b1
      unknown authored
      After merge fix
      
      5c4798b1
  2. 29 Jul, 2006 2 commits
  3. 26 Jul, 2006 2 commits
  4. 21 Jul, 2006 3 commits
    • unknown's avatar
      Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-4.1 · b90cb0f4
      unknown authored
      into  chilla.local:/home/mydev/mysql-4.1
      
      b90cb0f4
    • unknown's avatar
      Merge istruewing@bk-internal.mysql.com:/home/bk/mysql-5.0-engines · 972f9945
      unknown authored
      into  chilla.local:/home/mydev/mysql-5.0
      
      972f9945
    • unknown's avatar
      Bug#20719 - Reading dynamic records with write buffer could fail · 11cee384
      unknown authored
      Fixed a possible problem with reading of dynamic records
      when a write cache is active. The cache must be flushed
      whenever a part of the file in the write cache is to be 
      read.
      
      Added a read optimization to _mi_read_dynamic_record().
      
      No test case. This was a hypothetical but existing problem.
      
      
      myisam/mi_dynrec.c:
        Bug#20719 - Reading dynamic records with write buffer could fail
        
        Fixed a possible problem with reading of dynamic records
        when a write cache is active. The cache must be flushed
        whenever a part of the file in the write cache is to be 
        read. This must be done before the read of the header
        and before the read of the rest block.
        
        Renamed the 'flag' and 'skipp_deleted_blocks' variables.
        
        Added a read optimization to _mi_read_dynamic_record()
        that was present in _mi_read_rnd_dynamic_record() already.
        After _mi_get_block_info() we have some bytes of the record
        in the header buffer already. No need to read them again.
      11cee384
  5. 11 Jul, 2006 4 commits
  6. 10 Jul, 2006 16 commits
  7. 09 Jul, 2006 1 commit
    • unknown's avatar
      BUG#20919 temp tables closing fails when binlog is off · 259ab342
      unknown authored
      closing temp tables through end_thread
      had a flaw in binlog-off branch of close_temporary_tables where
      next table to close was reset via table->next
       for (table= thd->temporary_tables; table; table= table->next)
      which was wrong since the current table instance got destoyed at
      	close_temporary(table, 1);
      
      The fix adapts binlog-on branch method to engage the loop's internal 'next' variable which holds table->next prior table's destoying.
      
      
      
      sql/sql_base.cc:
        no-binlog branch is fixed: scanning across temporary_tables must be careful to save next table since the current is being destroyed inside of close_temporary. 
        binlog-is-open case is ok.
      259ab342
  8. 08 Jul, 2006 1 commit
  9. 07 Jul, 2006 2 commits
    • unknown's avatar
      Merge mysql.com:/space_old/pekka/ndb/version/my41-bug20847 · 45168708
      unknown authored
      into  mysql.com:/space_old/pekka/ndb/version/my50-bug20847
      
      
      BitKeeper/etc/config:
        auto
      ndb/src/kernel/blocks/ERROR_codes.txt:
        manual
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        SCCS merged
      ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        SCCS merged
      ndb/test/ndbapi/testDict.cpp:
        SCCS merged
      ndb/test/run-test/daily-basic-tests.txt:
        SCCS merged
      sql/opt_range.cc:
        SCCS merged
      45168708
    • unknown's avatar
      ndb - bug#20847 : DbtupTabDesMan: add merge with left buddies · 31fbfc08
      unknown authored
      
      ndb/src/kernel/blocks/ERROR_codes.txt:
        DbtupTabDesMan: add merge with left buddies
      ndb/src/kernel/blocks/dbtup/Dbtup.hpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/test/ndbapi/testDict.cpp:
        DbtupTabDesMan: add merge with left buddies
      ndb/test/run-test/daily-basic-tests.txt:
        DbtupTabDesMan: add merge with left buddies
      31fbfc08
  10. 06 Jul, 2006 7 commits