1. 23 Feb, 2006 2 commits
    • unknown's avatar
      Merge mysqldev@production.mysql.com:my/mysql-5.1-release · a581fcf6
      unknown authored
      into  mysql.com:/users/mkindahl/bk/merge-b17181-mysql-5.1-new
      
      
      sql/ha_ndbcluster_binlog.cc:
        Auto merged
      a581fcf6
    • unknown's avatar
      Bug#17181 (mysqlslap test server crash): · e6cde484
      unknown authored
        Moving assignments to table_map_id for thread-safe handling of
        table shares.
      
      
      sql/ha_ndbcluster_binlog.cc:
        Assign_new_table_id() now takes table share instead of table.
      sql/mysql_priv.h:
        New protptype for assign_new_table_id().
      sql/sql_base.cc:
        Assign_new_table_id() now takes a table share instead of a table.
        Moving call to assign_new_table_id() into get_table_share().
      sql/table.cc:
        Setting default values of table_map_id and table_map_version inside
        alloc_table_share() and init_tmp_table_share().
        Removing the settings from open_table_from_share().
      e6cde484
  2. 22 Feb, 2006 1 commit
    • unknown's avatar
      Makefile.am: · c7617f60
      unknown authored
        Change for 'make distcheck'
      libmysqld.vcproj:
        Typo
      
      
      VC++Files/libmysqld/libmysqld.vcproj:
        Typo
      mysql-test/ndb/Makefile.am:
        Change for 'make distcheck'
      storage/archive/Makefile.am:
        Change for 'make distcheck'
      plugin/fulltext/Makefile.am:
        Change for 'make distcheck'
      storage/csv/Makefile.am:
        Change for 'make distcheck'
      storage/heap/Makefile.am:
        Change for 'make distcheck'
      c7617f60
  3. 21 Feb, 2006 12 commits
  4. 20 Feb, 2006 25 commits