273 |
}; |
}; |
274 |
// |
// |
275 |
myquery.str(""); |
myquery.str(""); |
276 |
myquery << "SET time_zone='+0:00'"; |
myquery << "SET time_zone='+0:00';"; |
277 |
dbc->Query(myquery.str().c_str()); |
delete dbc->Query(myquery.str().c_str()); |
278 |
|
delete dbc->Query("SET sql_mode = 'NO_UNSIGNED_SUBTRACTION';"); |
279 |
// |
// |
280 |
RunGlue *rg = new RunGlue(dbc,run,dir,outdir); |
RunGlue *rg = new RunGlue(dbc,run,dir,outdir); |
281 |
// |
// |
282 |
if ( debug ) rg->SetDebug(true); |
if ( debug ) rg->SetDebug(true); |
283 |
|
if ( !dbup ) rg->SetUpgrade(false); |
284 |
rg->SetDList(dectlist); |
rg->SetDList(dectlist); |
285 |
// |
// |
286 |
TList *l = 0; |
TList *l = 0; |
309 |
} else { |
} else { |
310 |
RET = 255; |
RET = 255; |
311 |
}; |
}; |
312 |
|
} else { |
313 |
|
RET = 255; |
314 |
}; |
}; |
315 |
delete l; |
delete l; |
316 |
// |
// |
322 |
// |
// |
323 |
if ( dbc ) dbc->Close(); |
if ( dbc ) dbc->Close(); |
324 |
// |
// |
325 |
|
if ( debug ) printf(" exit with error code %i \n",RET); |
326 |
|
// |
327 |
printf("\n"); |
printf("\n"); |
328 |
// |
// |
329 |
exit(RET); |
exit(RET); |