Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Rename "storage.c" to "kv.c". Similar renames for test modules. This is to match the rename of "storage.h" to "kv.h" in a prior check-in.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7d290a04e861e9d8dbc4571c40823e206ab1999f
User & Date: drh 2012-10-20 13:13:11.293
Context
2012-10-28
11:38
Merge compression-hooks branch with trunk. check-in: a701b281e9 user: dan tags: trunk
2012-10-20
13:13
Rename "storage.c" to "kv.c". Similar renames for test modules. This is to match the rename of "storage.h" to "kv.h" in a prior check-in. check-in: 7d290a04e8 user: drh tags: trunk
13:01
Change the "TK_" macro prefix in lsm_tree.c to "TKV_" in order to avoid name collisions with "TK_" macros generated by the parser. check-in: b81bc323b9 user: drh tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Changes to main.mk.
Name change from src/storage.c to src/kv.c.
Name change from test/test_storage.c to test/test_kv.c.
Name change from test/test_storage2.c to test/test_kv2.c.
Changes to tool/mksqlite4c.tcl.