]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Add a new column in the SQLITE_MASTER table to record the root page
authordrh <drh@noemail.net>
Mon, 17 Sep 2001 20:25:58 +0000 (20:25 +0000)
committerdrh <drh@noemail.net>
Mon, 17 Sep 2001 20:25:58 +0000 (20:25 +0000)
commite3c413727bff5d17ed5c9fbfe35f29459c551f13
treef9d7a899059b7a0eb18612a4b5c315f627f0d2c4
parent415274ccba22c266e6e991b7a40feb241d979486
Add a new column in the SQLITE_MASTER table to record the root page
number of primary key indices. (CVS 252)

FossilOrigin-Name: 602ea4f9f641070592c788ce22859b849739b42e
Makefile.in
manifest
manifest.uuid
src/build.c
src/main.c
src/os.c [new file with mode: 0644]
src/os.h [new file with mode: 0644]
src/sqliteInt.h
test/index.test