summaryrefslogtreecommitdiff
path: root/ndb/tools/restore/consumer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/tools/restore/consumer.hpp')
-rw-r--r--ndb/tools/restore/consumer.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ndb/tools/restore/consumer.hpp b/ndb/tools/restore/consumer.hpp
index 692c814159f..6a8ef29e295 100644
--- a/ndb/tools/restore/consumer.hpp
+++ b/ndb/tools/restore/consumer.hpp
@@ -31,6 +31,7 @@ public:
virtual void logEntry(const LogEntry &){}
virtual void endOfLogEntrys(){}
virtual bool finalize_table(const TableS &){return true;}
+ virtual bool has_temp_error() {return false;}
};
#endif