Changeset 10753 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Dec 15, 2006, 12:38:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r10748 r10753 46 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputImfile"); 47 47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4WarpedImfile"); 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 PStackedImfile");49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 PDiffImfile");50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 PMagicMaskImfile");48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4StackedImfile"); 49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffImfile"); 50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile"); 51 51 52 52 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
