Changeset 18782 for trunk/DataCheck/Sourcefile.sh
- Timestamp:
- 03/15/17 22:32:26 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Sourcefile.sh
r18774 r18782 118 118 finish 119 119 fi 120 if ! ls $sqlrc >/dev/null 120 if ! ls $sqlrc >/dev/null 2>&1 || [ "$sqlrc" = "" ] 121 121 then 122 122 echo "Can't find sql.rc ($sqlrc)" … … 229 229 val= 230 230 finish 231 else 232 warning=`echo $val | grep -o -E 'mysql: \[Warning\]'` 233 if [ "$warning" != "" ] 234 then 235 printprocesslog "WARN possible problem to query DB "$db" on host "$ho" with user "$us" (program: $program, function sendquery) " 236 printprocesslog "MYSQLWARN [returncode: "$checkmysql"] "$val 237 val= 238 finish 239 fi 231 240 fi 232 241 if [ "$val" = "NULL" ]
Note:
See TracChangeset
for help on using the changeset viewer.