1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

my_b_fill, inline my_b_* functions instead of hairy macros

This commit is contained in:
Sergei Golubchik
2015-05-22 14:07:35 +02:00
parent 196e852983
commit 6309a30dc9
5 changed files with 91 additions and 99 deletions

View File

@@ -166,7 +166,6 @@ void thr_set_lock_wait_callback(void (*before_wait)(void),
void (*after_wait)(void));
#ifdef WITH_WSREP
#include <my_sys.h>
typedef my_bool (* wsrep_thd_is_brute_force_fun)(void *, my_bool);
typedef int (* wsrep_abort_thd_fun)(void *, void *, my_bool);
typedef int (* wsrep_on_fun)(void *);