Changeset 11809 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Feb 14, 2007, 4:02:28 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r11780 r11809 118 118 p4ScfileCreateTable(dbh); 119 119 120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5Run"); 121 p5RunCreateTable(dbh); 122 123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputScfile"); 124 p5InputScfileCreateTable(dbh); 125 126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffScfile"); 127 p5DiffScfileCreateTable(dbh); 128 120 129 psDBCleanup(dbh); 121 130
Note:
See TracChangeset
for help on using the changeset viewer.
