mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
Bug #26741 ndb_restore with only print_data seg faults
- only creat systable if conencted to ndb
This commit is contained in:
parent
23c33249b7
commit
d080df7765
1 changed files with 2 additions and 0 deletions
|
@ -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 &&
|
||||
|
|
Loading…
Reference in a new issue