Skip to content

Commit 1bd0aed

Browse files
author
Pekka Nousiainen
committed
ndb_restore --print-sql-log
m_print_sql_log was uninitialized
1 parent 1ba9bd5 commit 1bd0aed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/ndb/tools/restore/consumer_printer.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class BackupPrinter : public BackupConsumer
3232
m_nodegroup_map_len= ng_map_len;
3333
m_print = false;
3434
m_print_log = false;
35+
m_print_sql_log = false;
3536
m_print_data = false;
3637
m_print_meta = false;
3738
m_logCount = 0;

0 commit comments

Comments
 (0)