Skip to content

Commit 209d15e

Browse files
committed
Bug#36237561 ndb_restore: consumer.cpp is dead code
Remove the consumer.cpp file, and references to the macro USE_MYSQL (which is tested, but never defined). Change-Id: I923f9c17b1c8c690c1994d294e15b2fd22c3dd6c
1 parent 69a74e8 commit 209d15e

File tree

3 files changed

+0
-122
lines changed

3 files changed

+0
-122
lines changed

storage/ndb/tools/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ NDB_ADD_EXECUTABLE(ndb_perror
153153
)
154154
NDB_ADD_EXECUTABLE(ndb_restore
155155
restore/restore_main.cpp
156-
restore/consumer.cpp
157156
restore/consumer_restore.cpp
158157
restore/consumer_printer.cpp
159158
restore/Restore.cpp

storage/ndb/tools/restore/consumer.cpp

Lines changed: 0 additions & 118 deletions
This file was deleted.

storage/ndb/tools/restore/consumer_printer.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ class BackupPrinter : public BackupConsumer {
4343
}
4444

4545
bool table(const TableS &) override;
46-
#ifdef USE_MYSQL
47-
virtual bool table(const TableS &, MYSQL *mysqlp);
48-
#endif
4946
bool tuple(const TupleS &, Uint32 fragId) override;
5047
bool logEntry(const LogEntry &) override;
5148
void endOfTuples() override {}

0 commit comments

Comments
 (0)