Changeset 8665 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Aug 28, 2006, 6:44:34 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r8528 r8665 30 30 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2PendingExp"); 31 31 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2PendingImfile"); 32 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2 DoneExp");33 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2 DoneImfile");32 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2ProcessedExp"); 33 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p2ProcessedImfile"); 34 34 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p3PendingExp"); 35 35 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRun");
Note:
See TracChangeset
for help on using the changeset viewer.
