pub type PreDdShutdownFunc = extern "C" fn(hton: *mut Handlerton);Expand description
Shut down all storage engine background tasks that might access the data dictionary, before the main shutdown.
pub type PreDdShutdownFunc = extern "C" fn(hton: *mut Handlerton);Shut down all storage engine background tasks that might access the data dictionary, before the main shutdown.