maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #06600
Re: plugin doesn't load
Hi, Pavel!
On Dec 05, Pavel Ivanov wrote:
> > Alternatively, you can try to link your plugin explicitly with
> > libmyisam.a
>
> Won't this create two copies of libmyisam.a in memory (each one
> working with it's own set of static variables), and there'll be a
> danger of calling functions from different libraries with the same set
> of dynamically allocated data?
Yes, it will.
I don't think there will be any danger like that, because symbols from
libmyisam.a won't be visible outside of the plugin (and outside of the
server).
Regards,
Sergei
References