Changeset 7475 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 02/03/06 13:47:17 (19 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified 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); -
TabularUnified 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.