]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Change the "idx" name of the primary key index for WITHOUT ROWID tables in
authordrh <drh@noemail.net>
Sat, 2 Nov 2013 19:34:38 +0000 (19:34 +0000)
committerdrh <drh@noemail.net>
Sat, 2 Nov 2013 19:34:38 +0000 (19:34 +0000)
commitce95d11921f758836b7ab3aed55d0b9d2a7fb9a9
treef91f544199411b8e1918952e5c2ccfb2322ab970
parentebe25af168fa86b1fe21ac453af479147b5f2233
Change the "idx" name of the primary key index for WITHOUT ROWID tables in
sqlite_statN statistics tables to be the name of the table rather than the
fabricated index name (ex: sqlite_autoindex_xyz_1).  This makes it consistent
with sqlite_master table.

FossilOrigin-Name: 4ee4d3106308508a58b80e54e0afb4afb42f510b
manifest
manifest.uuid
src/analyze.c
test/without_rowid1.test