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

Side by Side Diff: third_party/sqlite/sqlite-src-3070603/tool/spaceanal.tcl

Issue 826543003: [sql] Import reference version of SQLite 3.7.6.3. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: gitignore forgot some files for me. Created 5 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
OLDNEW
1 # Run this TCL script using "testfixture" in order get a report that shows 1 # Run this TCL script using "testfixture" in order get a report that shows
2 # how much disk space is used by a particular data to actually store data 2 # how much disk space is used by a particular data to actually store data
3 # versus how much space is unused. 3 # versus how much space is unused.
4 # 4 #
5 5
6 if {[catch { 6 if {[catch {
7 7
8 # Get the name of the database to analyze 8 # Get the name of the database to analyze
9 # 9 #
10 #set argv $argv0 10 #set argv $argv0
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
617 } 617 }
618 puts ");" 618 puts ");"
619 } 619 }
620 puts "COMMIT;" 620 puts "COMMIT;"
621 621
622 } err]} { 622 } err]} {
623 puts "ERROR: $err" 623 puts "ERROR: $err"
624 puts $errorInfo 624 puts $errorInfo
625 exit 1 625 exit 1
626 } 626 }
OLDNEW
« no previous file with comments | « third_party/sqlite/sqlite-src-3070603/tool/space_used.tcl ('k') | third_party/sqlite/sqlite-src-3070603/tool/speedtest.tcl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698