Skip to content

Commit

Permalink
add offset to metadata table
Browse files Browse the repository at this point in the history
  • Loading branch information
jsuto committed Feb 15, 2013
1 parent 7769423 commit 67895e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/piler.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,8 @@ void initialise_configuration(){

load_mydomains(&sdata, &data, &cfg);

if(cfg.server_id > 0) insert_offset(&sdata, cfg.server_id);

mysql_close(&(sdata.mysql));


Expand Down

0 comments on commit 67895e9

Please sign in to comment.