rhuij...@apache.org writes: > Author: rhuijben > Date: Thu Apr 9 11:31:12 2015 > New Revision: 1672295 > +INSERT OR REPLACE INTO sqlite_stat1(tbl, idx, stat) VALUES > + ('EXTERNALS','sqlite_autoindex_EXTERNALS_1', '100 100 1'); > +INSERT OR REPLACE INTO sqlite_stat1(tbl, idx, stat) VALUES > + ('EXTERNALS','I_EXTERNALS_DEFINED', '100 100 3 1'); > + > /* sqlite_autoindex_WORK_QUEUE_1 doesn't exist because WORK_QUEUE is > a INTEGER PRIMARY KEY AUTOINCREMENT table */
Do we need to delete the EXTERNALS rows first? That is what we do for the other tables, a deliberate change introduced by r1571214. Given that we do delete the rows first perhaps all the INSERT OR REPLACE should be changed to just INSERT? -- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data*