mirror of https://github.com/BOINC/boinc.git
Missing close bracket );
svn path=/trunk/boinc/; revision=4776
This commit is contained in:
parent
f9c8c6b86d
commit
44cef67242
|
@ -20810,4 +20810,10 @@ Rom 6 Dec 2004
|
|||
win_build/
|
||||
boinc.sln
|
||||
boinc_gui.vcproj
|
||||
|
||||
|
||||
Bruce 7 Dec 2004
|
||||
- Missing close bracket
|
||||
html/
|
||||
ops/
|
||||
db_update.php
|
||||
|
||||
|
|
|
@ -182,6 +182,7 @@ function update_11_24_2004_result() {
|
|||
."add index ind_res_st(server_state, priority), "
|
||||
."drop index app_received_time, "
|
||||
."add index app_mod_time(appid, mod_time desc)"
|
||||
);
|
||||
}
|
||||
function update_11_24_2004_workunit() {
|
||||
mysql_query(
|
||||
|
|
Loading…
Reference in New Issue