Possible bug in MySQL for PHP?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Junx

    #1

    Possible bug in MySQL for PHP?

    Setting mysql.trace_mod e to On breaks the use of SQL_CALC_FOUND_ ROWS in
    queries.

    Details:
    Apache/2.0.53 (Win32)
    PHP/5.0.4
    MySQL/4.1.11

    Only using the old mysql_* functions instead of MySQLi due to backwards
    compatibility at the moment.

Working...