Hi all,

just for your information:

I just committed new stuff for php's mysql extension:

I added some trace/debug functionality, which can be activated via  
ini-setting "mysql.trace_mode". When it's set to on, you will get 
automatically warnings for:

a) table & index scan
b) SQL-Errors
c) non freed result sets

If you don't have access to the php.ini-file use ini_set("mysql.trace_mode", 
"1") to activate this feature.

I'll hope this will help you a little bit to improve your work :)

If you have some additional ideas for trace_mode, I would be glad to hear 
from you.

Regards

Georg

P.S: This feature is currently available only via CVS.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to