Comments - MariaDB 5.5 RPM work with mydumper ?
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Well, the reason why my_net_read is not exported is that it is nowhere documented, as such it does not have to be exported by the shared library. If there is a wish to use undocumented internal function, static client library works best for it (something mydumper folks should do in their CMakeLists.txt, in my opinion)
So how could the CMakeLists.txt be modified to stop the make error for my_net_read> Is there any other way to get mydumper to compile with MariaDB 5.5.