Changeset 10060 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Nov 17, 2006, 2:19:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r9788 r10060 12 12 13 13 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitExp"); 14 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitImfile"); 14 15 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingExp"); 15 16 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingImfile"); 17 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneExp"); 18 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneImfile"); 16 19 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newExp"); 17 20 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newImfile");
Note:
See TracChangeset
for help on using the changeset viewer.
