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 _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

