Function mariadb_sys::ha_bridge_construct
source · pub unsafe extern "C" fn ha_bridge_construct(
arg1: *mut handlerton,
arg2: *mut TABLE_SHARE,
arg3: *mut MEM_ROOT,
arg4: *const handler_bridge_vt
) -> *mut handler
Expand description
A builder that will create the C++ class from a C vtable. This is used to create a
handler
from a handlerton
.