• unknown's avatar
    ndb - bug#21690: cleanup: set column properties in any order before create · c9ebf5df
    unknown authored
    
    storage/ndb/include/ndbapi/NdbDictionary.hpp:
      compute aggregates only before create table or by user request.
      remove distribution key hacks (set by user/set by us..)
    storage/ndb/src/ndbapi/NdbDictionary.cpp:
      compute aggregates only before create table or by user request.
      remove distribution key hacks (set by user/set by us..)
    storage/ndb/src/ndbapi/NdbDictionaryImpl.cpp:
      compute aggregates only before create table or by user request.
      remove distribution key hacks (set by user/set by us..)
    storage/ndb/src/ndbapi/NdbDictionaryImpl.hpp:
      compute aggregates only before create table or by user request.
      remove distribution key hacks (set by user/set by us..)
    storage/ndb/test/include/NDBT_Table.hpp:
      compute aggregates only before create table or by user request.
      remove distribution key hacks (set by user/set by us..)
    storage/ndb/test/src/NDBT_Tables.cpp:
      compute aggregates only before create table or by user request.
      remove distribution key hacks (set by user/set by us..)
    c9ebf5df
NDBT_Table.hpp 2.51 KB