• unknown's avatar
    corrected some erroneous size calculations in tup · 28dc4909
    unknown authored
        fixed erroneous error message - set auto increment was done even if create table failed so real error message got lost behind "table not found"
        and simplified code a bit
    
    
    ndb/src/kernel/vm/Configuration.cpp:
      corrected some erroneous size calculations
    ndb/src/ndbapi/NdbDictionaryImpl.cpp:
      fixed erroneous error message - set auto increment was done even if create table failed so real error message got lost behind "table not found"
      and simplified code a bit
    28dc4909
Configuration.cpp 20.3 KB