Update index.py

pull/109/head
Mr Chen 6 years ago
parent 206bae78f4
commit 0592b5cc05
  1. 2
      plugins/mysql/index.py

@ -845,7 +845,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_size'] = public.toSize(int(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)
except: except:

Loading…
Cancel
Save