Differences From Artifact [b194cf0dcb]:
- File src/stat.c — part of check-in [f3d8588e6f] at 2015-05-11 13:50:26 on branch trunk — If SQLite < 3.8.10, don't bother to provide a link to the /repo-tabsize web-page: it wouldn't provide any usefull result anyway. (user: jan.nijtmans size: 15288)
To Artifact [760b5ec89d]:
- File src/stat.c — part of check-in [57897a4189] at 2015-05-12 04:23:31 on branch trunk — Fix compiler warnings. (user: mistachkin size: 15278) [more...]
| ︙ | |||
378 379 380 381 382 383 384 | 378 379 380 381 382 383 384 385 386 387 388 389 390 391 | - |
/*
** WEBPAGE: repo-tabsize
**
** Show relative sizes of tables in the repository database.
*/
void repo_tabsize_page(void){
|
| ︙ |