mirror of
https://github.com/MariaDB/server.git
synced 2025-08-16 16:24:59 +00:00

In the main.plugin this function is called assuming the function
prototype int (*)(THD *, st_mysql_show_var *, void *, system_status_var *, enum_var_type)'
as changed in b4ff64568c
.
We update the ha_example::show_func_example to match the prototype
on which it is called.