Changeset 34917
- Timestamp:
- Jan 11, 2013, 9:02:58 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20121219/Ohana/src/dvopsps
- Files:
-
- 2 added
- 1 edited
-
src/insert_detections_dvopsps.c (modified) (3 diffs)
-
test (added)
-
test/dbadmin.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/Ohana/src/dvopsps/src/insert_detections_dvopsps.c
r34916 r34917 1 1 # include "dvopsps.h" 2 # define USE_MYSQL 0 2 3 3 4 // determine the relevant catalogs, launch parallel clients if desired … … 26 27 myAssert (skylist, "ooops!"); 27 28 29 # if (0) 28 30 // NOTE: mysql connection happens here since each dvopsps_client makes its own connection 29 31 MYSQL mysqlBase; … … 33 35 exit (1); 34 36 } 37 35 38 36 39 // select measurements for each populated catalog
Note:
See TracChangeset
for help on using the changeset viewer.
