Lines Matching refs:sz
18 # (2) "sz=NNN" sets the relative size of the index entries
107 # The sz=NNN parameter determines which index to scan
115 VALUES('t1','t1ab','12345 3 2 sz=10'),('t1','t1ca','12345 3 2 sz=20');
126 VALUES('t1','t1ab','12345 3 2 sz=20'),('t1','t1ca','12345 3 2 sz=10');
137 # The sz=N parameter in the sqlite_stat1 table needs to have a value of
143 INSERT INTO sqlite_stat1 VALUES('t44',null,'sz=0');
150 # The sz=NNN parameter works even if there is other extraneous text
156 VALUES('t1','t1ab','12345 3 2 x=5 sz=10 y=10'),
157 ('t1','t1ca','12345 3 2 whatever sz=20 junk');
168 VALUES('t1','t1ca','12345 3 2 x=5 sz=10 y=10'),
169 ('t1','t1ab','12345 3 2 whatever sz=20 junk');