Changeset 10037
- Timestamp:
- Nov 16, 2006, 6:26:54 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/pxtables.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/pxtables.c
r9790 r10037 44 44 PS_ASSERT_PTR_NON_NULL(config, false); 45 45 46 #if 0 47 CREATE_TABLE(expTagCounterCreateTable); 48 // the counter must be initialized to 0 49 if (!p_psDBRunQuery(config->dbh, "INSERT INTO expTagCounter VALUES (0)")) { 50 psError(PS_ERR_UNKNOWN, false, "database error"); 51 status = false; 52 } 53 #endif 46 54 CREATE_TABLE(summitExpCreateTable); 55 CREATE_TABLE(summitImfileCreateTable); 47 56 CREATE_TABLE(pzPendingExpCreateTable); 48 57 CREATE_TABLE(pzPendingImfileCreateTable); 58 CREATE_TABLE(pzDoneExpCreateTable); 59 CREATE_TABLE(pzDoneImfileCreateTable); 49 60 CREATE_TABLE(newExpCreateTable); 50 61 CREATE_TABLE(newImfileCreateTable); … … 104 115 } 105 116 117 // DROP_TABLE(expTagCounterDropTable); 106 118 DROP_TABLE(summitExpDropTable); 119 DROP_TABLE(summitImfileDropTable); 107 120 DROP_TABLE(pzPendingExpDropTable); 108 121 DROP_TABLE(pzPendingImfileDropTable); 122 DROP_TABLE(pzDoneExpDropTable); 123 DROP_TABLE(pzDoneImfileDropTable); 109 124 DROP_TABLE(newExpDropTable); 110 125 DROP_TABLE(newImfileDropTable);
Note:
See TracChangeset
for help on using the changeset viewer.
