Changeset 11988 for trunk/ippdb/tests/dbsetup.c
- Timestamp:
- Feb 21, 2007, 4:29:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippdb/tests/dbsetup.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippdb/tests/dbsetup.c
r11867 r11988 115 115 p4SkyCellMapCreateTable(dbh); 116 116 117 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4S cfile");118 p4S cfileCreateTable(dbh);117 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p4Skyfile"); 118 p4SkyfileCreateTable(dbh); 119 119 120 120 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5Run"); 121 121 p5RunCreateTable(dbh); 122 122 123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputS cfile");124 p5InputS cfileCreateTable(dbh);123 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5InputSkyfile"); 124 p5InputSkyfileCreateTable(dbh); 125 125 126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffS cfile");127 p5DiffS cfileCreateTable(dbh);126 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p5DiffSkyfile"); 127 p5DiffSkyfileCreateTable(dbh); 128 128 129 129 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6Run"); 130 130 p6RunCreateTable(dbh); 131 131 132 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputS cfile");133 p6InputS cfileCreateTable(dbh);132 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6InputSkyfile"); 133 p6InputSkyfileCreateTable(dbh); 134 134 135 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumS cfile");136 p6SumS cfileCreateTable(dbh);135 p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS p6SumSkyfile"); 136 p6SumSkyfileCreateTable(dbh); 137 137 138 138 psDBCleanup(dbh);
Note:
See TracChangeset
for help on using the changeset viewer.
