Add files via upload
This commit is contained in:
parent
d3dcb8a205
commit
9c193b63a6
1 changed files with 1 additions and 1 deletions
2
c/cr.c
2
c/cr.c
|
@ -996,7 +996,7 @@ int main(int argc, char **argv)
|
|||
MYSQL_RES *resultRandID;
|
||||
|
||||
if(idexistsalready == 0){//Insert new entry
|
||||
//For search topics to be evenly discovered by all replication servers assigned to a specific shard table, new rows must be scattered randomly across the database insead of sequental:
|
||||
//For search topics to be evenly discovered by all replicas or duplicate connections assigned to a specific search section, new rows must be scattered randomly across the database insead of sequental:
|
||||
//Existing rows will be randomly selected and copied (inserted) into a new row at the bottom, and the new page will take the ID number of the old one through an update.
|
||||
//select id from windex where enable = 1 order by rand() limit 1;
|
||||
//insert into windex (url,title,tags,description,body,surprise,http,updatable,worksafe,enable,date,updated,approver,fault) select url,title,tags,description,body,surprise,http,updatable,worksafe,enable,date,updated,approver,fault from windex where id = 1338;
|
||||
|
|
Loading…
Add table
Reference in a new issue