diff options
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index 3b4cfb8f993..587e5389860 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -2575,6 +2575,11 @@ void *sql_alloc(size_t size) return alloc_root(&s_mem_root, size); } +struct encryption_service_st encryption_handler= +{ + 0, 0, 0, 0, 0, 0, 0 +}; + /* We must include this here as it's compiled with different options for the server |