Dennis Jenkins <[EMAIL PROTECTED]> wrote:
> 
>     I would like to know where the best place in sqlite is to patch to
> have it record (syslog for unix, OutputDebugString() for windows,
> nothing fancy) each time it decides to use an index to satisfy a query. 

The index decisions are all made in where.c and there is already
code in that file for printing out the decisions for testing
purposes.  I suggest you search for SQLITE_TEST inside where.c,
see that current testing code, and modify that to do whatever
it is you want to do.

--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to