diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-05-22 14:07:35 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-06-02 18:53:37 +0200 |
commit | 6309a30dc96f6c3615b8c5609f07f9bc3898352c (patch) | |
tree | ef69b4283b9aa0412bad9979bbf5077a4483f008 /include/thr_lock.h | |
parent | 196e8529837558a72baf31d012285cc283b8e95d (diff) | |
download | mariadb-git-6309a30dc96f6c3615b8c5609f07f9bc3898352c.tar.gz |
my_b_fill, inline my_b_* functions instead of hairy macros
Diffstat (limited to 'include/thr_lock.h')
-rw-r--r-- | include/thr_lock.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/thr_lock.h b/include/thr_lock.h index 2561709285f..bc916b8ec9c 100644 --- a/include/thr_lock.h +++ b/include/thr_lock.h @@ -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 *); |