Loading
BUG #14612 If a restore is done on a slave cluster, yet the apply_status and...
BUG #14612 If a restore is done on a slave cluster, yet the apply_status and schema tables don't exist,
ndb_restore tool should create them.
storage/ndb/tools/restore/consumer.hpp:
Add create apply_status and schema system table method when they don't exist.
storage/ndb/tools/restore/consumer_restore.cpp:
Implement to create apply_status and schema system table method when they don't exist.
storage/ndb/tools/restore/consumer_restore.hpp:
Add create apply_status and schema system table method when they don't exist.
storage/ndb/tools/restore/restore_main.cpp:
if apply_status and schema system tables don't exist, create them also.