Index

(table)

o2tab_suspend_trace

boolean o2tab_suspend_trace(string $table_name, boolean $suspend)

Suspend active tracing for a table, untill end of script or new function call to reactivate (second parameter as FALSE).
If second parameter $suspend is passed as TRUE (default) tracing is supended, else it is reactivated.
This function is primary intended to create administrative transactions to work on tables without triggering active tracing.


Parameters:
  1. $table_name
  2. $suspend