UnloadEmbLibraryOnDisconnect does not unload lib
Posted: Wed 27 Nov 2013 14:55
Even though UnloadEmbLibraryOnDisconnect is used in latest UniDAC regarding MySQL Embedded server unloading after all connections have been disconnected, it does not automatically unload the library.
Thought if I explicitly call MyAPIEmbedded.FreeMySQLLib it does unload the embedded library. But it does not release the MySQL .err file therefore the directory cannot be manipulated unless I close down the application.
Note: MySQL 5.6.10 embedded library used
Thought if I explicitly call MyAPIEmbedded.FreeMySQLLib it does unload the embedded library. But it does not release the MySQL .err file therefore the directory cannot be manipulated unless I close down the application.
Note: MySQL 5.6.10 embedded library used