IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8340


Ignore:
Timestamp:
Aug 14, 2006, 5:23:40 PM (20 years ago)
Author:
jhoblitt
Message:

add a trace to p_psDBFetchResult()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r8335 r8340  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.82 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2006-08-15 02:26:50 $
     14 *  @version $Revision: 1.83 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2006-08-15 03:23:40 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    972972    // the array
    973973    resultSet = psArrayAlloc(rowCount);
    974     resultSet->n = 0;
    975974
    976975    field = mysql_fetch_fields(result);
    977976    fieldCount = mysql_num_fields(result);
     977
     978    psTrace("psLib.db", PS_LOG_INFO, "query returned %lld rows with %d fields",             rowCount, fieldCount);
    978979
    979980    while ((row = mysql_fetch_row(result))) {
Note: See TracChangeset for help on using the changeset viewer.