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
UnloadEmbLibraryOnDisconnect does not unload lib
-
a.alekizoglou
- Posts: 32
- Joined: Fri 22 Sep 2006 08:32
-
AndreyZ
Re: UnloadEmbLibraryOnDisconnect does not unload lib
Thank you for the information. I have reproduced the problem with the UnloadEmbLibraryOnDisconnect global variable and fixed it. This fix will be included in the next UniDAC build.
Concerning the .err file. This file must be released by MySQL Embedded when we free its library, but it does not do it. You can write about this problem to the MySQL support.
Concerning the .err file. This file must be released by MySQL Embedded when we free its library, but it does not do it. You can write about this problem to the MySQL support.