Changeset 6651 for trunk/tools/database/db.cpp
- Timestamp:
- Sep 5, 2001, 3:59:03 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/database/db.cpp
r6642 r6651 1 /* $Id: db.cpp,v 1.2 3 2001-09-05 11:57:20bird Exp $ *1 /* $Id: db.cpp,v 1.24 2001-09-05 13:59:03 bird Exp $ * 2 2 * 3 3 * DB - contains all database routines. … … 1015 1015 if (pres != NULL && row != NULL && mysql_num_rows(pres) == 1) 1016 1016 { 1017 #if 0 /* keep getting duplicate keys when parameter order/names are changed. */ 1017 1018 if (atol(row[0]) == pFnDesc->cParams) 1018 1019 { /* update parameters */ … … 1039 1040 } 1040 1041 else 1042 #endif 1041 1043 { 1042 1044 if (atol(row[0]) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.