+struct st_mariaext_plugin
+{
+ const char *sversion; /* plugin version string */
sversion -> version ?
Oleksandr> actually it was string version (we have already numeric
one).
Then use 'version_info'
<cut>
I think that for staticly compiled plugins we should require that
they have also extension information. What do you think about this?
Oleksandr> It is for dynamically linked plugins. Of course
statically linked will
Oleksandr> have everything but they will be included in built in
plugins array
Oleksandr> (it is other code).
then ok.