Browse Source

- wrong comment fixed

Jan Janak 18 years ago
parent
commit
e55ca85d33
1 changed files with 2 additions and 2 deletions
  1. 2 2
      modules/db_mysql/my_cmd.c

+ 2 - 2
modules/db_mysql/my_cmd.c

@@ -375,8 +375,8 @@ static inline int update_result(db_fld_t* result, MYSQL_STMT* st)
 	struct my_fld* rp; /* Payload of the current field in result */
 	struct tm t;
 
-	/* Iterate through all the query parameters and update
-	 * their values if needed
+	/* Iterate through all the fields returned by MySQL and convert
+	 * them to DB API representation if necessary
 	 */
 
 	for(i = 0; i < st->field_count; i++) {