• unknown's avatar
    ndb - bug#14509, part 1: move autoincr pre-fetch from Ndb to local dict cache · f272d327
    unknown authored
    
    mysql-test/r/ndb_alter_table.result:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    mysql-test/t/ndb_alter_table.test:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    ndb/include/ndbapi/Ndb.hpp:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    ndb/src/ndbapi/DictCache.cpp:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    ndb/src/ndbapi/DictCache.hpp:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    ndb/src/ndbapi/Ndb.cpp:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    ndb/src/ndbapi/NdbDictionaryImpl.cpp:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    ndb/src/ndbapi/Ndbinit.cpp:
      bug#14509, part 1
      move cached autoincr range from Ndb object to local dict cache (Ndb_local_table_info)
      remove private methods get/read/setTupleId by table name or table id
    f272d327
ndb_alter_table.test 8.19 KB