1. 30 Jan, 2006 5 commits
  2. 29 Jan, 2006 6 commits
    • unknown's avatar
      Do not create log table handler if run in bootstrap mode. · 3bce2be5
      unknown authored
      This patch also fixes annoying complains on the log tables
      absence, issued by the shell version of mysql-test-run.
      
      
      sql/log.h:
        check for the table log handler presence, as now it
        could be absent in some cases. Namely, during bootstrap.
      sql/mysqld.cc:
        do not create log table handler, if run
        in bootstrap mode.
      3bce2be5
    • unknown's avatar
      bug#10987 - ndb - ndb_rpl_bank · 14fc26c3
      unknown authored
        even more debug printouts
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        more printouts...
      14fc26c3
    • unknown's avatar
      bug#10987 - ndb - more printouts to hunt rpl_ndb_bank problem in pushbuild · bf6a77e2
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        more printouts
        write tabfile sync
      bf6a77e2
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 87564aa3
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      
      sql/handler.h:
        Auto merged
      87564aa3
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-new · aa17a53c
      unknown authored
      into  govinda.patg.net:/home/patg/mysql-build/mysql-5.1-new-wl2986
      
      aa17a53c
    • unknown's avatar
      WL# 2986 · 13ee3410
      unknown authored
      Final patch
      -----------
      
      This WL is about using this bitmap in all parts of the partition handler.
      Thus for:
      rnd_init/rnd_next
      index_init/index_next and all other variants of index scans
      read_range_... the various range scans implemented in the partition handler.
      
      Also use those bitmaps in the various other calls that currently loop over all
      partitions.
      
      
      
      
      mysql-test/r/partition_pruning.result:
        WL# 2986
        
        New results reflecting bitmap being used to determine if a partition is to be
        included
      mysql-test/t/partition_pruning.test:
        WL# 2986
        
        New tests to show bitmap being used in ha_partition
      sql/ha_partition.cc:
        WL# 2986
        
        Used work from 2682 and removed the partition select code.
            
        Added do {} while loop to any iteration over partitions to now utilise 
        m_part_info->used_partitions bitmap to determine if a partition should be
        used.
      sql/ha_partition.h:
        WL# 2986
        
        Removed unused member
      sql/handler.h:
        WL# 2986
        
        Removed unused member
      sql/opt_range.cc:
        WL# 2986
        
        Added bitmap_clear_all to clear bitmap prior to pruning
        DBUG code for testing
      sql/sql_partition.cc:
        WL# 2986
        
        Changed < to <=, which fixes the problem with edge cases going awry.
      13ee3410
  3. 28 Jan, 2006 3 commits
    • unknown's avatar
      two buffer overflows fixed · 180e9f8e
      unknown authored
      
      sql/sp.cc:
        use strxnmov, just in case
      sql/sql_parse.cc:
        init thd->security_ctx->priv_host,
        otherwise - buffer overflow in db_create_routine
      sql/unireg.cc:
        not too nice to do bzero(buf, 9) after char buf[5], eh ?
      180e9f8e
    • unknown's avatar
      Merge · 19da09ce
      unknown authored
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      sql/sql_table.cc:
        SCCS merged
      19da09ce
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 0e8b7063
      unknown authored
      into debian.(none):/M51/mysql-5.1
      
      0e8b7063
  4. 27 Jan, 2006 24 commits
  5. 26 Jan, 2006 2 commits