Home
last modified time | relevance | path

Searched refs:bAutoIndex (Results 1 – 1 of 1) sorted by relevance

/src/contrib/sqlite3/
H A Dshell.c15681 int bAutoIndex = 0; in intckCheckObjectSql() local
15792 bAutoIndex = intckGetAutoIndex(p); in intckCheckObjectSql()
15793 if( bAutoIndex ) intckExec(p, "PRAGMA automatic_index = 0"); in intckCheckObjectSql()
15939 if( bAutoIndex ) intckExec(p, "PRAGMA automatic_index = 1"); in intckCheckObjectSql()