Merge lp:~max-bubenick/mydumper/062 into lp:mydumper/0.6

Proposed by Max Bubenick
Status: Merged
Merged at revision: 153
Proposed branch: lp:~max-bubenick/mydumper/062
Merge into: lp:mydumper/0.6
Diff against target: 12 lines (+2/-0)
1 file modified
mydumper.c (+2/-0)
To merge this branch: bzr merge lp:~max-bubenick/mydumper/062
Reviewer Review Type Date Requested Status
Max Bubenick Approve
Review via email: mp+233105@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Max Bubenick (max-bubenick) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'mydumper.c'
2--- mydumper.c 2014-07-24 17:08:41 +0000
3+++ mydumper.c 2014-09-02 19:31:59 +0000
4@@ -1797,6 +1797,8 @@
5 else
6 tj->filename=g_strdup_printf("%s/%s.%s.%05d.sql%s", output_directory, database, table, nchunk,(compress_output?".gz":""));
7 tj->where=(char *)chunks->data;
8+ if (!is_innodb && nchunk)
9+ g_atomic_int_inc(&non_innodb_table_counter);
10 g_async_queue_push(conf->queue,j);
11 nchunk++;
12 }

Subscribers

People subscribed via source and target branches