• unknown's avatar
    ndb - bug#14509 (5.0) part 2: create SYSTAB_0 row on first use · cda752e3
    unknown authored
    
    ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
      do not pre-create tupleid values (the values were obsolete too).
      they are created on first use.
      this is easy way to handle rolling upgrade when number of tables is increased
    ndb/src/ndbapi/Ndb.cpp:
      create SYSTAB_0 row on first use (use writeTuple).
      fix check of interpreted program return code
    cda752e3
NdbcntrMain.cpp 83.6 KB