Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c2457 pIdx->bAscKeyBug = 1; in convertToWithoutRowidTable()
3811 if( !pIndex->bAscKeyBug ){ in sqlite3RefillIndex()
H A DsqliteInt.h2632 unsigned bAscKeyBug:1; /* True if the bba7b69f9849b5bf bug applies */ member