Adding info message
This commit is contained in:
parent
c825e7d66b
commit
f9debbf20d
1 changed files with 1 additions and 0 deletions
|
@ -6497,6 +6497,7 @@ sub mysql_tables {
|
|||
|
||||
}
|
||||
|
||||
infoprint("Dumpdir: $opt{dumpdir}");
|
||||
# Store all information schema in dumpdir if defined
|
||||
if ( defined $opt{dumpdir} and -d "$opt{dumpdir}" ) {
|
||||
for my $info_s_table (
|
||||
|
|
Loading…
Reference in a new issue