Re: [Maria-discuss] client library shared library version changed in 5.5.10

2011-03-28 Thread Sergei Golubchik
Hi, Vladislav! The main source of the breakage is migration to CMake: making libmysqlclient.so in 5.5 cmake builds don't use version script, and don't use -Wl,--whole-archive. Yep, version script is likely a factor. Well spotted, thanks! I've run the gcc -shared line manually in 5.5

[Maria-discuss] client library shared library version changed in 5.5.10

2011-03-18 Thread MARK CALLAGHAN
I think there was discussion about how client library shared library versions during the Lisbon meeting. From http://dev.mysql.com/doc/refman/5.5/en/news-5-5-10.html Incompatible Change: The shared library version of the client library was increased to 18 to reflect ABI changes, and avoid