CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 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"
https://bugs.launchpad.net/mydumper/+bug/1316001
ok giovanni@