Skip to content

Commit

Permalink
修改初始化时间
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr.July authored and hhyo committed Jun 15, 2018
1 parent 1e19370 commit db5000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/script/analysis_slow_query.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hostname="${mysql_host}:${mysql_port}" # 用于archer做筛选
if [ -s last_analysis_time_$hostname ]; then
last_analysis_time=`cat last_analysis_time_$hostname`
else
last_analysis_time='0000-00-00-00 00:00:00'
last_analysis_time='1000-01-01 00:00:00'
fi

#collect mysql slowquery log into monitor database
Expand Down

0 comments on commit db5000e

Please sign in to comment.