MCPcopy Create free account
hub / github.com/MariaDB/server / callback

Method callback

sql/sql_cache.h:228–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226 inline uint8 type() { return table_type; }
227 inline void type(uint8 t) { table_type= t; }
228 inline qc_engine_callback callback() { return callback_func; }
229 inline void callback(qc_engine_callback fn){ callback_func= fn; }
230 inline ulonglong engine_data() { return engine_data_buff; }
231 inline void engine_data(ulonglong data_arg){ engine_data_buff= data_arg; }

Callers 2

send_result_to_clientMethod · 0.80
insert_tableMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected