In this session I will show how to use C++ UDF wrappers from Percona Server 8.0.22+ to add new custom functionality to MySQL. Forget about funcinit() / func() / funcdeinit() functions, individually defined context structures for passing data between them, manual memory allocations and ugly casts from void to extract function parameter values – now you have nice c++14 wrappers to do all the dirty work behind the scene with minimal overhead. Speaker: Yura Sorokin – Percona