webmcp

annotate framework/env/trace/disable.lua @ 399:ef3201ed67f5

Bug in <db_handle>:try_query(...) fixed, which caused errors when result contains more than two columns (bug introduced by changeset fb98b17056e5)
author jbe
date Sun Jan 03 21:15:57 2016 +0100 (2016-01-03)
parents 0bbfee4d4aed
children
rev   line source
jbe@41 1 --[[--
jbe@41 2 trace.disable()
jbe@41 3
jbe@41 4 This function disables the trace system. Re-enabling the trace system is not possible.
jbe@41 5
jbe@41 6 --]]--
jbe@41 7
jbe@41 8 function trace.disable()
jbe@41 9 trace._disabled = true
jbe@41 10 end

Impressum / About Us