Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Side by Side Diff: third_party/sqlite/src/ext/fts5/tool/showfts5.tcl

Issue 1610963002: Import SQLite 3.10.2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/sqlite/src/ext/fts5/tool/mkfts5c.tcl ('k') | third_party/sqlite/src/ext/icu/icu.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 1
2 2
3 3
4 #------------------------------------------------------------------------- 4 #-------------------------------------------------------------------------
5 # Process command line arguments. 5 # Process command line arguments.
6 # 6 #
7 proc usage {} { 7 proc usage {} {
8 puts stderr "usage: $::argv0 ?OPTIONS? database table" 8 puts stderr "usage: $::argv0 ?OPTIONS? database table"
9 puts stderr "" 9 puts stderr ""
10 puts stderr " -nterm (count number of terms in each segment)" 10 puts stderr " -nterm (count number of terms in each segment)"
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 puts "" 88 puts ""
89 db eval "SELECT fts5_decode(rowid, block) AS d FROM ${tbl}_data WHERE id>10" { 89 db eval "SELECT fts5_decode(rowid, block) AS d FROM ${tbl}_data WHERE id>10" {
90 puts $d 90 puts $d
91 } 91 }
92 } 92 }
93 93
94 94
95 95
96 96
97 97
OLDNEW
« no previous file with comments | « third_party/sqlite/src/ext/fts5/tool/mkfts5c.tcl ('k') | third_party/sqlite/src/ext/icu/icu.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698