Performance Improvements

svn path=/trunk/boinc/; revision=3795
This commit is contained in:
Rom Walton 2004-07-06 18:43:46 +00:00
parent 50c39603f0
commit e3705cae85
1 changed files with 1 additions and 0 deletions

View File

@ -852,6 +852,7 @@ int DB_SCHED_RESULT_ITEM_SET::add_result(char* result_name) {
int DB_SCHED_RESULT_ITEM_SET::enumerate() {
char query[MAX_QUERY_LEN];
int x;
unsigned int i;
unsigned int result_count;
MYSQL_RES* rp;