Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix the header comment on the implementation of the file_control_sizehint_test TCL command in test1.c. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
309198085f255fc1fcc7bf28fd38d016 |
User & Date: | drh 2011-08-13 10:47:51.259 |
Context
2011-08-15
| ||
14:41 | When opening a temporary file to use in a merge-sort, pass SQLITE_OPEN_TEMP_JOURNAL instead of SQLITE_OPEN_TEMP_DB. This is a better fit, as merge-sort files are written and read sequentially like journal files. (check-in: bd04756b66 user: dan tags: trunk) | |
2011-08-13
| ||
10:47 | Fix the header comment on the implementation of the file_control_sizehint_test TCL command in test1.c. (check-in: 309198085f user: drh tags: trunk) | |
2011-08-12
| ||
16:47 | Merge the experimental changes to use a merge-sort when creating an index into the trunk. (check-in: 346a453d1f user: dan tags: trunk) | |
Changes
Changes to src/test1.c.
︙ | |||
4987 4988 4989 4990 4991 4992 4993 | 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 | - + - - + | } return TCL_OK; } /* ** tclcmd: file_control_sizehint_test DB DBNAME SIZE ** |
︙ |