Changeset 11679 for trunk/ippdb/tests/dbcleanup.c
- Timestamp:
- Feb 6, 2007, 3:46:45 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbcleanup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbcleanup.c
r11045 r11679 6 6 psDB *dbh; 7 7 8 dbh = psDBInit("localhost", "test", NULL, "test" );8 dbh = psDBInit("localhost", "test", NULL, "test", 0); 9 9 if (!dbh) { 10 10 exit(EXIT_FAILURE); … … 42 42 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detResidExp"); 43 43 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS detRunSummary"); 44 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run"); 45 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputImfile"); 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4WarpedImfile"); 47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4StackedImfile"); 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffImfile"); 44 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4aRun"); 45 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4aInputExp"); 46 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4aScfile"); 47 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bRun"); 48 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bInputScfile"); 49 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bDiffScfile"); 50 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4cRun"); 51 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4cInputExp"); 49 52 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile"); 53 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCell"); 54 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS skyCellMap"); 50 55 51 56 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
