Changeset 10753 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Dec 15, 2006, 12:38:13 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r10748 r10753 118 118 p4WarpedImfileCreateTable(dbh); 119 119 120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 PStackedImfile");121 p4 PStackedImfileCreateTable(dbh);120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4StackedImfile"); 121 p4StackedImfileCreateTable(dbh); 122 122 123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 PDiffImfile");124 p4 PDiffImfileCreateTable(dbh);123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffImfile"); 124 p4DiffImfileCreateTable(dbh); 125 125 126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 PMagicMaskImfile");127 p4 PMagicMaskImfileCreateTable(dbh);126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile"); 127 p4MagicMaskImfileCreateTable(dbh); 128 128 129 129 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
