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

Debug

parent 0d9f888d
No related branches found
No related tags found
No related merge requests found
......@@ -208,6 +208,7 @@ sub _backup {
my $table;
while (1) {
$table = sprintf( "meta_bak_%d", $increment );
$self->v('Testing if "%s" is free', $table );
my $res =
$core->sql_helper()
->execute_simple( -SQL => 'show tables like ?', -PARAMS => [$table] );
......
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