Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 51) sorted by relevance

123

/sqlite-3.40.0/test/
H A Dstat.test166 i4 /000+000000 4 overflow 0 1020 0 0 \
167 i4 /000+000001 5 overflow 0 1020 0 0 \
168 i4 /000+000002 6 overflow 0 1020 0 0 \
169 i4 /000+000003 7 overflow 0 1020 0 0 \
170 i4 /000+000004 8 overflow 0 1020 0 0 \
171 i4 /000+000005 9 overflow 0 1020 0 0 \
172 i4 /000+000006 10 overflow 0 1020 0 0 \
173 i4 /000+000007 11 overflow 0 539 481 0 \
175 t4 /000+000000 12 overflow 0 1020 0 0 \
219 t1 /000+000000 3 overflow 0 1020 0 0 \
[all …]
H A Dcorrupt3.test36 # Create a database with an overflow page.
51 # overflow page. The overflow page is page 3. The pointer to
52 # the overflow page is on the last 4 bytes of page 2.
65 } 0 ;# First chained overflow is 0
69 # Make the overflow chain loop back on itself. See if the
87 # Change the pointer for the first page of the overflow
118 On tree page 2 cell 0: overflow list length is 0 but should be 1
H A Dspeed3.test12 # focus of this script is testing that the overflow-page related
24 # + When deleting rows that span overflow pages. This is faster
25 # because the overflow pages no longer need to be read before
28 # + When reading a column value stored on an overflow page that
29 # is not the first overflow page for the row. The improvement
30 # in this case is because the overflow pages between the tree
31 # page and the overflow page containing the value do not have
162 # Select the "C" column (located at the far end of the overflow
H A Dpageropt.test112 # Verify that the last page of an overflow chain is not read from
114 # of overflow. So deleting that row from t1 should involve reading
116 # the three overflow pages of t1 for a total of 5 pages.
119 # of the table, and one of the overflow chain pointers because it
164 # Once again, we do not need to read the last page of an overflow chain
179 # overflow chain by inserting a single large record. Starting from
183 # page1, the root page of table t1, and an 11 page overflow chain.
194 # empty freelist. The first 10 of the 11 pages overflow chain have
H A Dautovacuum_ioerr2.test49 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 4 is overflow
50 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 5 is overflow
87 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 4 is overflow
88 INSERT INTO abc VALUES(randstr(1100,1100)); -- Page 5 is overflow
H A Dtkt2767.test13 # Ticket #2767 is for a VDBE stack overflow on BEFORE
54 # DELETE trigger 32 times, which should overflow the VDBE stack if
66 # UPDATE trigger 32 times, which should overflow the VDBE stack if
H A Dmemsubsys1.test131 set overflow [lindex [sqlite3_status SQLITE_STATUS_PAGECACHE_OVERFLOW 0] 2]
137 expr {$overflow>=$max_pagecache*0.95 && $overflow<=$max_pagecache*1.05}
H A Dovfl.test23 # with 2000 rows. In each row, c2 spans multiple overflow pages. The text
26 # an overflow page. This was at one point exposing an obscure bug in the
H A Dincrblob.test61 # regions of a blob that lie on overflow pages.
95 # * SELECT a column value that is located on an overflow page.
167 # the overflow-chain must be scanned. In auto-vacuum mode,
191 # the overflow-chain must be scanned. In auto-vacuum mode,
522 # 7.2 A CREATE TABLE requires that an overflow page that is part
525 # 7.3 An INCREMENTAL VACUUM moves an overflow page that is part
534 # that the internal cache of overflow page numbers is correctly
H A Dmisc3.test106 # Ticket #522. Make sure integer overflow is handled properly in
184 # Ticket #565. A stack overflow is occurring when the subquery to the
302 # Ticket #640: vdbe stack overflow with a LIMIT clause on a SELECT inside
338 # Ticket #668: VDBE stack overflow occurs when the left-hand side
H A Dioerr.test85 INSERT INTO abc VALUES(randstr(1500,1500)); -- Page 4 is overflow
103 # onto an overflow page.
326 # row inserted into t1 has an overflow page - page 3. Page 3 will be
363 -- is appended to the database file. But the overflow page used by
388 -- This statement inserts a row into t1 with an overflow page at the
395 -- overflow page inserted in the -sqlprep block above will change and
H A Dfunc.test824 # Ticket #1664, #1669, #1670, #1674: An integer overflow on SUM causes
847 } {1 {integer overflow}}
860 } {1 {integer overflow}}
882 } {1 {integer overflow}}
905 } {1 {integer overflow}}
929 # Integer overflow on abs()
942 } {1 {integer overflow}}
1041 # Attempt to exploit a buffer-overflow that at one time existed
1115 # overflow, reported by Zimuzo Ezeozue
1358 # for fields with content-length=0 when the content offset is on an overflow
H A Dcrash5.test36 # The row has an overflow page (page 4).
68 # have to move the current contents of page 4 (the overflow
H A Dincrblob2.test331 # integer overflow.
343 # integer overflow.
358 # integer overflow.
H A Dbigsort.test18 # At one point there was an overflow problem if the product of the
H A Dincrvacuum.test150 # 5 -> table tbl2 overflow page.
232 DELETE FROM tbl1 WHERE oid%2; -- Put 2 overflow pages on free-list.
841 # is left is the tail of an overflow chain.
845 # small to hold the last page of the overflow chain.
H A Dbigfile2.test46 # Now insert a large row. The overflow pages will be located past the 4GB
H A DselectG.test40 # not cause processor stack overflow.
H A Dview3.test24 # Ticket [d58ccbb3f1b]: Prevent Table.nRef overflow.
H A Drollback2.test127 # Now with some index scans that feature overflow keys.
/sqlite-3.40.0/tool/
H A Dspaceanal.tcl224 ovfl_payload int, -- Total amount of data stored on overflow pages
225 ovfl_cnt int, -- Number of entries that use overflow
229 ovfl_pages int, -- Number of overflow pages used
232 ovfl_unused int, -- Number of unused bytes on overflow pages
494 statline {Entries that use overflow} $ovfl_cnt $ovfl_cnt_percent
788 cells, the overflow pointers for overflow cells, and the rowid value for
819 Entries that use overflow
821 The number of entries that user one or more overflow pages.
839 The total number of overflow pages used for this category.
853 Unused bytes on overflow pages
[all …]
/sqlite-3.40.0/ext/wasm/common/
H A Demscripten.css5 #module-spinner { overflow: visible; }
H A Dtesting.css55 overflow: auto;
/sqlite-3.40.0/ext/wasm/fiddle/
H A Demscripten.css5 #module-spinner { overflow: visible; }
/sqlite-3.40.0/src/
H A Dfunc.c1547 u8 overflow; /* True if integer overflow seen */ member
1573 if( (p->approx|p->overflow)==0 && sqlite3AddInt64(&p->iSum, v) ){ in sumStep()
1574 p->approx = p->overflow = 1; in sumStep()
1612 if( p->overflow ){ in sumFinalize()

123