Changeset 16587 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Feb 21, 2008, 6:09:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r15576 r16587 14 14 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp"); 15 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitImfile"); 16 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingExp"); 17 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingImfile"); 18 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneExp"); 19 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneImfile"); 16 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDownloadExp"); 17 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDownloadImfile"); 20 18 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newExp"); 21 19 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newImfile"); … … 63 61 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrRun"); 64 62 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS flatcorrExp"); 63 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampDataStore"); 64 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampRequest"); 65 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pstampJob"); 65 66 66 67 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
