5 Dec
2013
5 Dec
'13
7:56 p.m.
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