Changeset 7475 for trunk/MagicSoft
- Timestamp:
- 02/03/06 13:47:17 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7474 r7475 26 26 - small bugfix 27 27 - improved logging 28 29 * datacenter/scripts/insertdatasets: 30 - removed not needed variable 31 32 * datacenter/macros/getdolist.C: 33 - small bugfix 28 34 29 35 -
trunk/MagicSoft/Mars/datacenter/macros/getdolist.C
r7467 r7475 130 130 rc.GetValue(table+".TimerTable", ""), 131 131 rc.GetValue(table+".Primary", "")); 132 query+=Form(" WHERE ISNULL(%s) AND ISNULL(fFailedCode) AND ISNULL(fFailedComment)AND ISNULL(fStartTime) AND ISNULL(fFailedTime) ", column.Data());132 query+=Form(" WHERE ISNULL(%s) AND ISNULL(fFailedCode) AND fFailedComment='NULL' AND ISNULL(fStartTime) AND ISNULL(fFailedTime) ", column.Data()); 133 133 134 134 TIter Next(&l); -
trunk/MagicSoft/Mars/datacenter/scripts/insertdatasets
r7460 r7475 40 40 41 41 datetime=`date +%F-%H-%M-%S` 42 year=`date +%Y`43 42 44 43 scriptlogpath=$logpath/run/insertdatasets/`date +%Y/%m`
Note:
See TracChangeset
for help on using the changeset viewer.