Index

(table)

o2tab_suspend_log

boolean o2tab_suspend_log(string $table_name, boolean $suspend)

Suspend active logging 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) logging is supended, else it is reactivated.
This function is primary intended to create administrative transactions to work on tables without triggering active logs.


Parameters:
  1. $table_name
  2. $suspend