1. 30 Jan, 2006 4 commits
  2. 29 Jan, 2006 6 commits
    • unknown's avatar
      Do not create log table handler if run in bootstrap mode. · 70471e6a
      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.
      70471e6a
    • unknown's avatar
      bug#10987 - ndb - ndb_rpl_bank · d4c61055
      unknown authored
        even more debug printouts
      
      
      storage/ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
        more printouts...
      d4c61055
    • unknown's avatar
      bug#10987 - ndb - more printouts to hunt rpl_ndb_bank problem in pushbuild · 529267ee
      unknown authored
      
      storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        more printouts
        write tabfile sync
      529267ee
    • unknown's avatar
      Merge bk-internal.mysql.com:/home/bk/mysql-5.1-new · 50abf1e4
      unknown authored
      into serg.mylan:/usr/home/serg/Abk/mysql-5.1
      
      
      sql/handler.h:
        Auto merged
      50abf1e4
    • unknown's avatar
      Merge pgalbraith@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 167e534c
      unknown authored
      into  govinda.patg.net:/home/patg/mysql-build/mysql-5.1-new-wl2986
      
      
      167e534c
    • unknown's avatar
      WL# 2986 · ff5d0124
      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.
      ff5d0124
  3. 28 Jan, 2006 3 commits
    • unknown's avatar
      two buffer overflows fixed · 3b476a8f
      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 ?
      3b476a8f
    • unknown's avatar
      Merge · 9bd64152
      unknown authored
      
      mysql-test/r/create.result:
        Auto merged
      mysql-test/t/create.test:
        Auto merged
      sql/sql_table.cc:
        SCCS merged
      9bd64152
    • unknown's avatar
      Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 5de6e071
      unknown authored
      into debian.(none):/M51/mysql-5.1
      
      
      5de6e071
  4. 27 Jan, 2006 24 commits
  5. 26 Jan, 2006 3 commits