mirror of https://github.com/BOINC/boinc.git
comma -> semicolon typo
svn path=/trunk/boinc/; revision=5087
This commit is contained in:
parent
a3fcd77466
commit
400896a94f
|
@ -63,7 +63,7 @@ alter table result
|
||||||
add index res_hostid_id (hostid, id desc),
|
add index res_hostid_id (hostid, id desc),
|
||||||
-- html_user/results.php
|
-- html_user/results.php
|
||||||
|
|
||||||
add index res_wu_user (workunitid, userid),
|
add index res_wu_user (workunitid, userid);
|
||||||
-- scheduler (avoid sending mult results of same WU to one user)
|
-- scheduler (avoid sending mult results of same WU to one user)
|
||||||
|
|
||||||
alter table msg_from_host
|
alter table msg_from_host
|
||||||
|
|
Loading…
Reference in New Issue