]> git.ipfire.org Git - thirdparty/sqlite.git/commit
The former sqlite3ResetInternalSchema() routine was really two different
authordrh <drh@noemail.net>
Tue, 15 May 2012 18:28:27 +0000 (18:28 +0000)
committerdrh <drh@noemail.net>
Tue, 15 May 2012 18:28:27 +0000 (18:28 +0000)
commit81028a455de1b4e8782c3f233369515e83822bde
treea198fde3c8f57c13fda0d676de048261e5c28571
parentbba02a95d92582227b37a2a96162e5d76be24adc
The former sqlite3ResetInternalSchema() routine was really two different
routines, selected by parameter, each with a confused mission.  So split
this routine up into three separate smaller routines, calling each
separately as needed.  Hopefully this will make further refactoring and
schema reset collateral damage containment easier.

FossilOrigin-Name: aa0c3493d3647d7efe527067e9fcccefda8e3008
12 files changed:
manifest
manifest.uuid
src/attach.c
src/backup.c
src/build.c
src/main.c
src/pragma.c
src/prepare.c
src/sqliteInt.h
src/vacuum.c
src/vdbe.c
src/vtab.c