ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:performance:logsql

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
performance:logsql [2015/08/23 16:44] – created mnewnhamv5:performance:logsql [2021/08/22 22:04] (current) – typo peterdd
Line 2: Line 2:
 ~~NOTOC~~ ~~NOTOC~~
 <WRAP info> <WRAP info>
-There is a performance overhead to logging the SQL statements, Use only when necessary.+There is a performance overhead to logging the SQL statements, use only when necessary.
 </WRAP> </WRAP>
 <WRAP box right> <WRAP box right>
Line 24: Line 24:
 * Execute a statement, it will be logged to the adodb_logsql table. * Execute a statement, it will be logged to the adodb_logsql table.
 */ */
-$result = $db->execute("SELECT * FROM act")+$result = $db->execute("SELECT * FROM act");
  
  
v5/performance/logsql.txt · Last modified: 2021/08/22 22:04 by peterdd