Ver Fonte

- wrong comment fixed

Jan Janak há 18 anos atrás
pai
commit
e55ca85d33
1 ficheiros alterados com 2 adições e 2 exclusões
  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++) {