webmcp

annotate framework/env/execute/postfork_initializers.lua @ 415:0dff5e2f659c

Changed mondelefant_result_index C-function: lookup in _data table (regular columns) is done last; lookup in _data table is omitted if "document_column" attribute of class is set
author jbe
date Sat Jan 09 17:32:30 2016 +0100 (2016-01-09)
parents 2c2bcde0df79
children
rev   line source
jbe@208 1 --[[--
jbe@208 2 execute.postfork_initializers()
jbe@208 3
jbe@208 4 Executes all initializers after forking.
jbe@208 5
jbe@208 6 --]]--
jbe@208 7
jbe@208 8 function execute.postfork_initializers()
jbe@208 9 execute._initializers("_postfork")
jbe@208 10 end

Impressum / About Us