codership / wsrep-lib

GNU General Public License v2.0
7 stars 13 forks source link

Rename reported log_msg struct to log_msg_t #226

Closed temeo closed 6 months ago

temeo commented 6 months ago

MySQL defines a macro log_msg in one of its headers, which causes log_msg to be replaced with different symbol in some compilation units.

Fix by renaming the struct to log_msg_t to avoid the conflict.