Lines Matching refs:root
128 # Tests cases autovacuum-2.* test that root pages are allocated
134 # moved correctly to make space for new root-pages.
137 # the free root-page location.
139 # root-page it requires is on the free-list.
142 # indices/table btrees could move the root-page of another.
144 # by dropping the btrees in descending order of root-pages.
247 # (the sqlite_master root-page and the first pointer map page) on the
272 # desired root-pages reside on the second free-list trunk page, and that the
361 # If the root-pages in the internal schema are not updated correctly when
386 # root pages vacated. The operation proceeds as:
387 # Step 1: Delete av3_i1 (root-page 11). Move root-page of av4_i4 to page 11.
388 # Step 2: Delete av3 (root-page 10). Move root-page of av4_i3 to page 10.
389 # Step 3: Delete sqlite_autoindex_av1_3 (root-page 9). Move av4_i2 to page 9.
416 # Step 1: Delete av1 (root page 4). Root-page of av4_i1 fills the gap.
417 # Step 2: Delete sqlite_autoindex_av1_1 (root page 3). Move av4 to the gap.