Searched refs:autoindex (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl217 set autoindex [db eval {SELECT count(*) FROM sqlite_master
218 WHERE type='index' AND name LIKE '(% autoindex %)'}]
219 set manindex [expr {$nindex-$autoindex}]
222 statline {Automatically generated indices} $autoindex \
223 [percent $autoindex $nindex]

Completed in 1047 milliseconds