You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
res=psync_sql_query_rdlock("SELECT * FROM setting ORDER BY RANDOM()");
619
619
psync_get_random_seed_from_query(hctx, res);
620
-
res=psync_sql_query_rdlock("SELECT * FROM filerevision ORDER BY RANDOM() LIMIT 50");
620
+
res=psync_sql_query_rdlock("SELECT * FROM resolver ORDER BY RANDOM() LIMIT 50");
621
+
psync_get_random_seed_from_query(hctx, res);
622
+
/* res=psync_sql_query_rdlock("SELECT * FROM filerevision ORDER BY RANDOM() LIMIT 50");
621
623
psync_get_random_seed_from_query(hctx, res);
622
624
res=psync_sql_query_rdlock("SELECT * FROM file ORDER BY RANDOM() LIMIT 50");
623
625
psync_get_random_seed_from_query(hctx, res);
624
626
res=psync_sql_query_rdlock("SELECT * FROM localfile ORDER BY RANDOM() LIMIT 50");
625
627
psync_get_random_seed_from_query(hctx, res);
626
-
res=psync_sql_query_rdlock("SELECT * FROM resolver ORDER BY RANDOM() LIMIT 50");
627
-
psync_get_random_seed_from_query(hctx, res);
628
628
res=psync_sql_query_rdlock("SELECT * FROM folder ORDER BY RANDOM() LIMIT 25");
629
629
psync_get_random_seed_from_query(hctx, res);
630
630
res=psync_sql_query_rdlock("SELECT * FROM localfolder ORDER BY RANDOM() LIMIT 25");
631
631
psync_get_random_seed_from_query(hctx, res);
632
632
res=psync_sql_query_rdlock("SELECT * FROM hashchecksum ORDER BY RANDOM() LIMIT 25");
633
633
psync_get_random_seed_from_query(hctx, res);
634
634
res=psync_sql_query_rdlock("SELECT * FROM pagecache WHERE type=1 AND rowid>(ABS(RANDOM())%(SELECT MAX(rowid)+1 FROM pagecache)) ORDER BY rowid LIMIT 50");
635
-
psync_get_random_seed_from_query(hctx, res);
635
+
psync_get_random_seed_from_query(hctx, res); */
636
636
psync_sql_statement("REPLACE INTO setting (id, value) VALUES ('random', RANDOM())");
0 commit comments