Update cr.c
This commit is contained in:
parent
ac1af7ad71
commit
94fadf354b
1 changed files with 1 additions and 1 deletions
2
c/cr.c
2
c/cr.c
|
@ -1176,7 +1176,7 @@ int main(int argc, char **argv)
|
|||
finish_with_error(con);
|
||||
}
|
||||
if(nShards>0){
|
||||
//Also copy that new row into a new row in the round-robin assigned shard table
|
||||
//Also copy that new row into a new row of the same ID in the round-robin assigned shard table
|
||||
//update the shard id in windex
|
||||
memset(windexRandUpdate,0,strlen(windexRandUpdate));
|
||||
strcpy(windexRandUpdate,"UPDATE windex set shard = ");
|
||||
|
|
Loading…
Reference in a new issue