• unknown's avatar
    Bug #25275 SINGLE USER MODE prevents ALTER on non-ndb tables for other mysqld nodes · a80c9cce
    unknown authored
    
    ndb/include/kernel/signaldata/DictTabInfo.hpp:
      add single user mode field in table definition
    ndb/include/ndb_constants.h:
      new constants for single usermode option of tables
    ndb/include/ndbapi/NdbDictionary.hpp:
      add single user mode field in table definition
    ndb/src/common/debugger/signaldata/DictTabInfo.cpp:
      add single user mode field in table definition
    ndb/src/kernel/blocks/dbdict/Dbdict.cpp:
      add single user mode field in table definition
      send this infor to TC
    ndb/src/kernel/blocks/dbdict/Dbdict.hpp:
      add single user mode field in table definition
    ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
      single user table mode on table object
      merge some flags from uint8 to bits
      get allow transaction to also check single user mode
    ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
      single user table mode on table object
      merge some flags from uint8 to bits
      get allow transaction to also check single user mode
    ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp:
      set single user mode flag on system tables to make them always updatable
    ndb/src/ndbapi/NdbDictionary.cpp:
      get/set functions for single user mode on tables
    ndb/src/ndbapi/NdbDictionaryImpl.cpp:
      get/set functions for single user mode on tables
    ndb/src/ndbapi/NdbDictionaryImpl.hpp:
      get/set functions for single user mode on tables
    ndb/test/src/NDBT_Table.cpp:
      print single user mode
    a80c9cce
NDBT_Table.cpp 2.87 KB