Differences From:
File
src/stat.c
part of check-in
[9aaad3e799]
- Add the "Compression Radio" line to the "stat" page.
by
drh on
2008-03-08 13:49:48.
[view]
To:
File
src/stat.c
part of check-in
[cf84ce2d8c]
- Fix a typo on the "stat" page.
by
drh on
2008-05-07 23:56:28.
[view]
@@ -56,9 +56,9 @@
t = db_int64(0, "SELECT total(size) FROM blob WHERE size>0");
sqlite3_snprintf(sizeof(zBuf), zBuf, "%lld", t);
@ %d((int)(((double)t)/(double)n)) bytes average, %s(zBuf) bytes total
@ </td></tr>
- @ <tr><th>Uncompression Ratio:</th><td>
+ @ <tr><th>Compression Ratio:</th><td>
if( t/fsize < 5 ){
b = 10;
fsize /= 10;
}else{