diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqldump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/mysqldump.c b/client/mysqldump.c index 0ebf0727a58..54bfbef004b 100644 --- a/client/mysqldump.c +++ b/client/mysqldump.c @@ -1438,8 +1438,8 @@ int main(int argc, char **argv) else if (opt_single_transaction) /* Just to make it beautiful enough */ { /* - In case we were locking all tables, we did not start transaction - so there is no need to commit it. + In case we were locking all tables, we did not start transaction + so there is no need to commit it. */ /* This should just free locks as we did not change anything */ |