Author :
tb
Date :
2023-11-29 21:35:57
Hash :592331b2 Message :Ignore ENGINE at the API boundary
This removes the remaining ENGINE members from various internal structs
and functions. Any ENGINE passed into a public API is now completely
ignored functions returning an ENGINE always return NULL.
ok jsing