1. 07 Mar, 2007 4 commits
    • unknown's avatar
      Bug#26899 ndb_restore cannot restore selected tables and databases · 2d797068
      unknown authored
      Bug#26900 ndb_restore printout option does not give structured data
        - test cases
      
      
      2d797068
    • unknown's avatar
      Bug#26899 ndb_restore cannot restore selected tables and databases · 16fc4db1
      unknown authored
      Bug#26900 ndb_restore printout option does not give structured data
      - add data stucturing options
      - add database and table selection options
      
      
      ndb/include/ndbapi/NdbRecAttr.hpp:
        add formatting option to ndb recattr printing
      ndb/include/util/OutputStream.hpp:
        getter for FILE*
      ndb/src/ndbapi/NdbRecAttr.cpp:
        add formatting option to ndb recattr printing
      ndb/tools/restore/Restore.cpp:
        add formatting option to restore printing
        adoption to 5.1 source code
      ndb/tools/restore/Restore.hpp:
        restore adoption to 5.1
      ndb/tools/restore/consumer_printer.cpp:
        add formatting option to restore printing
      ndb/tools/restore/restore_main.cpp:
        added option to restore only selected databases and tables
        added option to get CSV printout to file and stdout
        add formatting option to restore printing
        adoption to 5.1 source code
      16fc4db1
    • unknown's avatar
      a58b9b05
    • unknown's avatar
      ndb - · cddc7687
      unknown authored
        fix printout
        crashes testSystemRestart -n SR_UNDO
      
      
      ndb/src/kernel/blocks/dbdih/DbdihMain.cpp:
        fix printout
        crashes testSystemRestart -n SR_UNDO
      cddc7687
  2. 02 Mar, 2007 2 commits
  3. 01 Mar, 2007 1 commit
  4. 14 Feb, 2007 3 commits
    • unknown's avatar
      Bug #21033 Error 0 in readAutoIncrementValue() · 5a25c67a
      unknown authored
      - do not call function if table has no autoincrement
      
      
      5a25c67a
    • unknown's avatar
    • unknown's avatar
      Bug#26293 cluster mgmt node sometimes doesn't receive events from all nodes on restart · 9ed1b843
      unknown authored
      - signals where sometimes sent too early when setting up subscriptions
      
      
      ndb/include/kernel/signaldata/DumpStateOrd.hpp:
        added dump for active subscriptions in cmvmi
      ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp:
        added dump for active subscriptions in cmvmi
      ndb/src/mgmsrv/MgmtSrvr.cpp:
        bug in that signals where sent prior to api reg conf arrived, causing thrown away signals and subsequent hangs in mgmtserver
        also add retry if node connected but not yet received api reg conf
      ndb/src/ndbapi/ClusterMgr.cpp:
        added status variable m_api_reg_conf in cluster manager to correctly be able to determine if a node is sendable
      ndb/src/ndbapi/ClusterMgr.hpp:
        added status variable m_api_reg_conf in cluster manager to correctly be able to determine if a node is sendable
      ndb/src/ndbapi/SignalSender.cpp:
        assert to see that node is sendable when signal is sent
      ndb/src/ndbapi/SignalSender.hpp:
        manke metchd const
      9ed1b843
  5. 24 Jan, 2007 14 commits
  6. 23 Jan, 2007 10 commits
  7. 22 Jan, 2007 6 commits