Changeset 8340
- Timestamp:
- Aug 14, 2006, 5:23:40 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r8335 r8340 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.8 2$ $Name: not supported by cvs2svn $15 * @date $Date: 2006-08-15 0 2:26:50 $14 * @version $Revision: 1.83 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-08-15 03:23:40 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 972 972 // the array 973 973 resultSet = psArrayAlloc(rowCount); 974 resultSet->n = 0;975 974 976 975 field = mysql_fetch_fields(result); 977 976 fieldCount = mysql_num_fields(result); 977 978 psTrace("psLib.db", PS_LOG_INFO, "query returned %lld rows with %d fields", rowCount, fieldCount); 978 979 979 980 while ((row = mysql_fetch_row(result))) {
Note:
See TracChangeset
for help on using the changeset viewer.
