diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index eb74888ef..43b4e9cd7 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -828,6 +828,7 @@ def getDbInfo(): if not data: data = 0 ret['data_size'] = public.toSize(data) + print ret ret['database'] = db_name ret3 = []