We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c29634 commit dbe0ae4Copy full SHA for dbe0ae4
sql/mysqld.cc
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights
+/* Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights
2
reserved.
3
4
This program is free software; you can redistribute it and/or modify
@@ -81,7 +81,11 @@
81
82
#ifdef WITH_PERFSCHEMA_STORAGE_ENGINE
83
#include "../storage/perfschema/pfs_server.h"
84
+#else
85
+#include "lf.h"
86
+int dummy_variable_to_pull_in_lf_hash_functions= LF_HASH_OVERHEAD;
87
#endif /* WITH_PERFSCHEMA_STORAGE_ENGINE */
88
+
89
#include <mysql/psi/mysql_idle.h>
90
#include <mysql/psi/mysql_socket.h>
91
#include <mysql/psi/mysql_statement.h>
0 commit comments