From 58232b4d855a8ddba2b2d2d81b9fc6401c6f43c6 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 19 Jan 2019 16:45:14 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 8bdd38ec5..fab37c5aa 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -857,6 +857,7 @@ def getDbInfo(): data_size = table[0][6] ret2['rows_count'] = table[0][4] ret2['collation'] = table[0][14] + ret2['data_byte'] = data_size ret2['data_size'] = public.toSize(data_size) ret2['table_name'] = i[0] ret3.append(ret2)