Changeset 10060 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Nov 17, 2006, 2:19:43 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r9788 r10060 16 16 summitExpCreateTable(dbh); 17 17 18 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS summitImfile"); 19 summitImfileCreateTable(dbh); 20 18 21 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingExp"); 19 22 pzPendingExpCreateTable(dbh); … … 21 24 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzPendingImfile"); 22 25 pzPendingImfileCreateTable(dbh); 26 27 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneExp"); 28 pzDoneExpCreateTable(dbh); 29 30 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS pzDoneImfile"); 31 pzDoneImfileCreateTable(dbh); 23 32 24 33 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS newExp");
Note:
See TracChangeset
for help on using the changeset viewer.
