Skip to content
Snippets Groups Projects
Commit 53c08b89 authored by Andy Yates's avatar Andy Yates
Browse files

Did not switch to DB

parent 1b781214
No related branches found
No related tags found
No related merge requests found
......@@ -945,7 +945,7 @@ TABLE:
'PrintError' => 1,
'AutoCommit' => 0
} );
$tdbh->do("use $target_db");
my $ddl = sprintf('FLUSH TABLES %s', join(q{, }, @tables));
$tdbh->do($ddl);
$tdbh->disconnect();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment