Update index.py

pull/109/head
Mr Chen 6 years ago
parent 0a54d56981
commit 58232b4d85
  1. 1
      plugins/mysql/index.py

@ -857,6 +857,7 @@ def getDbInfo():
data_size = table[0][6] data_size = table[0][6]
ret2['rows_count'] = table[0][4] ret2['rows_count'] = table[0][4]
ret2['collation'] = table[0][14] ret2['collation'] = table[0][14]
ret2['data_byte'] = data_size
ret2['data_size'] = public.toSize(data_size) ret2['data_size'] = public.toSize(data_size)
ret2['table_name'] = i[0] ret2['table_name'] = i[0]
ret3.append(ret2) ret3.append(ret2)

Loading…
Cancel
Save