Changeset 31439 for branches/eam_branches/ipp-20110404/psLib/src/db/psDB.c
- Timestamp:
- May 5, 2011, 10:05:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/psLib/src/db/psDB.c
r30995 r31439 1043 1043 pType = psDBMySQLToPType(field[i].type, field[i].flags); 1044 1044 if (!pType) { 1045 psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. ");1045 psError(PS_ERR_UNKNOWN, false, "Failed to lookup type. %d %d %d",i,field[i].type, field[i].flags); 1046 1046 psFree(md); 1047 1047 mysql_free_result(result);
Note:
See TracChangeset
for help on using the changeset viewer.
