Update cr.c

This commit is contained in:
wibyweb 2023-08-22 00:53:19 -04:00 committed by GitHub
parent ac1af7ad71
commit 94fadf354b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
c/cr.c
View file

@ -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 = ");