/ Ticket Change Details
Login
Overview

Artifact ID: c1f4fe86e856b71029653fd82e672ca693b48a2faa01ca5eae975998a78e161a
Ticket: 745f1abcdc5b5119c64314c34a19ef047bb50627
FTS integrity-check malfunctions for transaction and the prefix option
User & Date: mrigger 2019-10-10 22:22:22
Changes

  1. foundin changed to: "3.30.0"
  2. icomment:
    Consider the following test case:
    
    <pre>
    CREATE VIRTUAL TABLE vt0 USING fts4(c0, prefix=1);
    BEGIN;
    INSERT INTO vt0 VALUES (0);
    INSERT INTO vt0(vt0) VALUES('optimize');
    INSERT INTO vt0(vt0) VALUES('integrity-check'); -- database disk image is malformed
    </pre>
    
    The integrity-check results in an error "database disk image is malformed", which is unexpected.
    
  3. login: "mrigger"
  4. mimetype: "text/x-fossil-wiki"
  5. severity changed to: "Critical"
  6. status changed to: "Open"
  7. title changed to:
    FTS integrity-check malfunctions for transaction and the prefix option
    
  8. type changed to: "Code_Defect"