in reply to Re: Count Number of rows retrieved from SELECT
in thread Count Number of rows retrieved from SELECT

Without close inspection of the DBD::mysql source and possibly researching the MySQL API, I still wouldn't rely on this. Quite possibly for large queries that don't require sorting, the execute() call could return while at the back end the query is still matching rows.
  • Comment on Re^2: Count Number of rows retrieved from SELECT