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

Both sides previous revisionPrevious revision
v5:performance:logsql [2016/01/13 02:14] – ↷ Page moved from performance:logsql to v5:performance:logsql 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.1452647654.txt.gz · Last modified: 2017/04/21 11:30 (external edit)