Skip to content

Commit

Permalink
ensure a correct chunk status when the same chunk instance gets execu…
Browse files Browse the repository at this point in the history
…ted more than once
  • Loading branch information
nmandery committed May 25, 2012
1 parent fb49b9e commit 1d17aaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/db.cc
Expand Up @@ -111,6 +111,7 @@ Db::runChunk(Chunk & chunk)
begin();

std::string sql = chunk.getSql();
chunk.diagnostics.status = Diagnostics::Ok;

// start time
struct timeval start_time;
Expand Down

0 comments on commit 1d17aaa

Please sign in to comment.