Will we now find the best index fort the contact?

This commit is contained in:
Michael 2017-01-05 17:48:51 +00:00
parent 7aaf91a620
commit 6cdccbe2f6
1 changed files with 2 additions and 0 deletions

View File

@ -588,6 +588,8 @@ function db_definition($charset) {
"PRIMARY" => array("id"),
"uid" => array("uid"),
"uid_self" => array("uid", "self"),
"uid_batch" => array("uid", "batch"),
"uid_pending" => array("uid", "pending"),
"uid_network_batch_archive" => array("uid", "network", "batch(64)", "archive"),
"addr_uid" => array("addr(32)", "uid"),
"nurl_uid" => array("nurl(32)", "uid"),