Commit d080df77 authored by unknown's avatar unknown

Bug #26741 ndb_restore with only print_data seg faults

- only creat systable if conencted to ndb

parent 23c33249
......@@ -667,6 +667,8 @@ err:
bool
BackupRestore::createSystable(const TableS & tables){
if (!m_restore && !m_restore_meta && !m_restore_epoch)
return true;
const char *tablename = tables.getTableName();
if( strcmp(tablename, NDB_REP_DB "/def/" NDB_APPLY_TABLE) != 0 &&
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment