twitter-mysql-ca173b6 was failed to make with the newest google-breakpad
caused by two change:
- 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);
- "breakpad/src/common/linux/linux_libc_support.cc" defined a set of functions with the prefix "my_" and they were conflicted with the function of mysql.