Searched refs:trace_log_plugin (Results 1 – 2 of 2) sorted by relevance
217 struct st_mysqlnd_plugin_trace_log * trace_log_plugin = mysqlnd_plugin_find("debug_trace"); in PHP_RINIT_FUNCTION() local219 if (trace_log_plugin) { in PHP_RINIT_FUNCTION()220 …MYSQLND_DEBUG * dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_fun… in PHP_RINIT_FUNCTION()221 MYSQLND_DEBUG * trace_alloc = trace_log_plugin->methods.trace_instance_init(NULL); in PHP_RINIT_FUNCTION()
734 struct st_mysqlnd_plugin_trace_log * trace_log_plugin = mysqlnd_plugin_find("debug_trace"); in mysqlnd_debug() local735 if (trace_log_plugin) { in mysqlnd_debug()736 dbg = trace_log_plugin->methods.trace_instance_init(mysqlnd_debug_std_no_trace_funcs); in mysqlnd_debug()
Completed in 10 milliseconds