Skip to content

Commit

Permalink
B #6464: backup execution PARALLEL mode
Browse files Browse the repository at this point in the history
There is a typo causing the PARALLEL execution mode to be not recognized

(cherry picked from commit 8e08b3b)
  • Loading branch information
atodorov-storpool authored and rsmontero committed Apr 9, 2024
1 parent 2f8165f commit 7831e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/BackupJob.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ class BackupJob : public PoolObjectSQL
{
exec = SEQUENTIAL;
}
else if ( str_exec == "PARALELL" )
else if ( str_exec == "PARALLEL" )
{
exec = PARALLEL;
}
Expand Down

0 comments on commit 7831e0e

Please sign in to comment.