1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisync

is defined statically. Consequently the observer interfaces are removed
as well.
This commit is contained in:
Andrei Elkin
2017-11-22 19:34:42 +02:00
committed by Monty
parent e972125f11
commit 74b35b6874
17 changed files with 137 additions and 942 deletions

View File

@ -82,7 +82,6 @@
#include <m_ctype.h>
#include <myisam.h>
#include <my_dir.h>
#include "rpl_handler.h"
#include "rpl_mi.h"
#include "sql_digest.h"