[#] http://marc.info/?l=openbsd-ports-cvs&m=141080108508453&w=2
openbsd-ports-cvs(obsdave,2) — All
2014-09-16 14:23:36


Module name: ports
Changes by: brad@cvs.openbsd.org 2014/09/15 11:10:45

Modified files:
databases/mydumper: Makefile
databases/mydumper/patches: patch-CMakeLists_txt
patch-mydumper_c
Added files:
databases/mydumper/patches: patch-config_h_in

Log message:
mydumper is tocuhing internal MySQL API it should not be. upstream has disabled
the binlog support until something can be done to fix it properly.

"The real problem here is that no application should ever include sql_common.h
or try to execute, the internal to libmysql functions, simple_command() or
advanced_command() directly.

The primary reason for this is that these functions are not safe for internal
API or structure changes and may cause applications crashes between even minor
versions of libmysql.a"

<a href="https://bugs.launchpad.net/mydumper/+bug/1316001" rel="nofollow">https://bugs.launchpad.net/mydumper/+bug/1316001</a>

ok giovanni@