1. 05 Feb, 2007 2 commits
    • unknown's avatar
      Bug #26021 - valgrind reports error regarding handle_trailing_share and client thread share usage · dd01c46f
      unknown authored
      - add ndb_share connect_count to decide if share can be reused to setup replication
      
      
      sql/ha_ndbcluster.cc:
        add additional logging info
        remove inline real_free_share (not needed) and confuses valgrind printout
      sql/ha_ndbcluster.h:
        add connect_count to ndb_share to enable checking for version of share
      sql/ha_ndbcluster_binlog.cc:
        use ndb_share connect_count to decide if share can be reused to setup replication
        - share will be created early if table is accessed prior to handler setting up binlog stuff, see bug 26021
      sql/ha_ndbcluster_binlog.h:
        remove inline real_free_share (not needed) and confuses valgrind printout
      dd01c46f
    • unknown's avatar
      Bug #26019 - valgrind warning ndbcluster_log_schema_op/safe_mutex_lock invalid read · c101bc1f
      unknown authored
      protect the setting of ndb_schema_share = NULL with a mutex
      
      
      sql/ha_ndbcluster_binlog.cc:
        protect the setting of ndb_schema_share = NULL with a mutec
      c101bc1f
  2. 29 Jan, 2007 1 commit
  3. 27 Jan, 2007 5 commits
  4. 25 Jan, 2007 6 commits
  5. 24 Jan, 2007 23 commits
  6. 23 Jan, 2007 3 commits