Mysql-SlowLog-analysis icon indicating copy to clipboard operation
Mysql-SlowLog-analysis copied to clipboard

IndexError: list index out of range

Open kobeng opened this issue 5 years ago • 0 comments

====开始分析慢查询日志==== slow.log: 1% 00:52 remain slow.log: 20% 00:07 remain slow.log: 39% 00:04 remain slow.log: 57% 00:02 remain slow.log: 75% 00:01 remain slow.log: 93% 00:00 remain [INFO]>> 生成Json报告 Traceback (most recent call last): File "./analysis-slow-log.py", line 166, in res_json_report = obj.general_json_slow_log_report() File "./analysis-slow-log.py", line 120, in general_json_slow_log_report get_table_name = show_tables_sql['create'].split('.')[1] IndexError: list index out of range

kobeng avatar Jul 26 '19 08:07 kobeng