Changeset 9600 for trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
- Timestamp:
- 06/29/10 14:07:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
r9599 r9600 82 82 $query0 .= " IF (NOT ISNULL(" . $key . "Status.fReturnCode), "; 83 83 $query0 .= " CONCAT('failed (', " . $key . "Status.fReturnCode, ')'), "; 84 $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, ')'))) "; 84 $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, "; 85 $query0 .= " ',', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')'))) "; 85 86 86 87 //$query0 .= ", CONCAT( 'halo', " . $key . "Status.fStartTime)";
Note:
See TracChangeset
for help on using the changeset viewer.