twitter-forks / mysql

MySQL fork maintained and used at Twitter
https://github.com/twitter/mysql/wiki
GNU General Public License v2.0
1.73k stars 442 forks source link

twitter-mysql-ca173b6 was failed to make with the newest google-breakpad #2

Open zhaiwx1987 opened 11 years ago

zhaiwx1987 commented 11 years ago

twitter-mysql-ca173b6 was failed to make with the newest google-breakpad caused by two change:

  1. define of callback function was changed in sql/minidump.cc: dump_callback(const char dump_path, const char minidump_id, void *, bool succeeded)

in client/linux/handler/exception_handler.h

typedef bool (MinidumpCallback)(const MinidumpDescriptor& descriptor, void context, bool succeeded);

  1. "breakpad/src/common/linux/linux_libcsupport.cc" defined a set of functions with the prefix "my" and they were conflicted with the function of mysql.
darnaut commented 11 years ago

I've reported both issues to their bug tracker (496 and 497). Will see what I can do to work around the changes. Thanks!