Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24672 int bGroupByParent = 0; /* If -groupbyparent is present */ in lintFkeyIndexes() local
24748 bGroupByParent = 1; in lintFkeyIndexes()
24767 sqlite3_bind_int(pSql, 1, bGroupByParent); in lintFkeyIndexes()
24799 if( bGroupByParent in lintFkeyIndexes()