Changeset 11720 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Feb 8, 2007, 3:18:04 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r11679 r11720 106 106 detRunSummaryCreateTable(dbh); 107 107 108 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 aRun");109 p4 aRunCreateTable(dbh);108 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Run"); 109 p4RunCreateTable(dbh); 110 110 111 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 aInputExp");112 p4 aInputExpCreateTable(dbh);111 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputExp"); 112 p4InputExpCreateTable(dbh); 113 113 114 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 aScfile");115 p4 aScfileCreateTable(dbh);114 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Scfile"); 115 p4ScfileCreateTable(dbh); 116 116 117 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4 bRun");118 p4 bRunCreateTable(dbh);117 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4InputScfile"); 118 p4InputScfileCreateTable(dbh); 119 119 120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bInputScfile"); 121 p4bInputScfileCreateTable(dbh); 122 123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4bDiffScfile"); 124 p4bDiffScfileCreateTable(dbh); 125 126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4cRun"); 127 p4cRunCreateTable(dbh); 128 129 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4cInputExp"); 130 p4cInputExpCreateTable(dbh); 120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4DiffScfile"); 121 p4DiffScfileCreateTable(dbh); 131 122 132 123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4MagicMaskImfile");
Note:
See TracChangeset
for help on using the changeset viewer.
