• unknown's avatar
    new method to set size of local table data · 2ed29f93
    unknown authored
    clearer configure description texts
    changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
    move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
    moved allocation/deletion of Ndb objects to Thd_ndb
    
    
    ndb/include/ndbapi/NdbDictionary.hpp:
      new method to set size of local table data
    ndb/src/mgmsrv/ConfigInfo.cpp:
      clearer configure description texts
    ndb/src/ndbapi/DictCache.cpp:
      changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
    ndb/src/ndbapi/DictCache.hpp:
      changed Ndb_local_table_info to use create, destroy metods and hidden constructor/destructor
    ndb/src/ndbapi/NdbDictionary.cpp:
      new method to set size of local table data
    ndb/src/ndbapi/NdbDictionaryImpl.cpp:
      new method to set size of local table data
    ndb/src/ndbapi/NdbDictionaryImpl.hpp:
      new method to set size of local table data
    sql/ha_ndbcluster.cc:
      new method to set size of local table data
      moved allocation/deletion of Ndb objects to Thd_ndb
    sql/ha_ndbcluster.h:
      move definition if Thd_ndb to .h file and changes seize/release to operate on Thd_ndb instead of Ndb objects
    2ed29f93
ha_ndbcluster.h 8.52 KB