in reply to Re^3: MySQL 5.1.11 Select Query
in thread MySQL 5.1.11 Select Query

Yes I'm sure, I ran it several times and each time a new instance showed up right after I initiated the query.

How do I do a DBI_TRACE? I apologize, new to that function.

I think what the problem might be is my DBD-MySQL is version 2.9002 and the latest is 4.005. I'm going to upgrade that after hours tonight and see if that fixes this issue.

Replies are listed 'Best First'.
Re^5: MySQL 5.1.11 Select Query
by perrin (Chancellor) on Aug 05, 2008 at 19:20 UTC
    You can read about DBI_TRACE in the DBI documentation.
      Got DBI_TRACE to work, thank you for that suggestion. Here is the output from it.
        You're using DBD::mysqlPP, not DBD::mysql. Did you do that on purpose? You might have an old version. I've never used it, since it's really only situations where you have no C compiler.