mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
This will allow to check ABI for C++ plugins defined in include/mysql/plugin.h
e.g. like this:
struct st_mysql_xxx
{
int interface_version;
const class XXX *xxx;
};
Discussed with Serg.
26 KiB
26 KiB