Skip to content

Commit

Permalink
sqladvisor默认输出完整信息
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo authored and lihuanhuan committed Apr 16, 2018
1 parent b71ea7d commit 2c6b88a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sql/views_ajax.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,8 @@ def sqladvisorcheck(request):
clusterName = request.POST['cluster_name']
dbName = request.POST.POST['db_name']
verbose = request.POST.POST['verbose']
if verbose is None:
verbose = 1
finalResult = {'status': 0, 'msg': 'ok', 'data': []}

# 服务器端参数验证
Expand Down

0 comments on commit 2c6b88a

Please sign in to comment.