Fix web page database statistics.
GitOrigin-RevId: e0ab106d981d871a9d2f14563cea613253435563
This commit is contained in:
parent
849a4fbdb1
commit
60c1fc935c
@ -509,7 +509,7 @@ Result<string> TdDb::get_stats() {
|
||||
TRY_STATUS(run_query("SELECT 0, SUM(length(data)), COUNT(*) FROM dialogs WHERE 1", "dialogs"));
|
||||
TRY_STATUS(run_kv_query("%", "common"));
|
||||
TRY_STATUS(run_kv_query("%", "files"));
|
||||
TRY_STATUS(run_kv_query("%wp"));
|
||||
TRY_STATUS(run_kv_query("wp%"));
|
||||
TRY_STATUS(run_kv_query("wpurl%"));
|
||||
TRY_STATUS(run_kv_query("wpiv%"));
|
||||
TRY_STATUS(run_kv_query("us%"));
|
||||
|
Loading…
Reference in New Issue
Block a user