summaryrefslogtreecommitdiff
path: root/sql/mysqld.h
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2018-12-28 18:51:13 +0400
committerSergey Vojtovich <svoj@mariadb.org>2018-12-29 14:09:15 +0400
commitd2bdd789150691533698d3949041d867aa9b3bd6 (patch)
tree90b58c5ad431a10a38875749c9c2eccf84ffb601 /sql/mysqld.h
parent656a702ca9318c58fde97e19ba7b242d11c05c56 (diff)
downloadmariadb-git-d2bdd789150691533698d3949041d867aa9b3bd6.tar.gz
Master_info counters transition to Atomic_counter
Diffstat (limited to 'sql/mysqld.h')
-rw-r--r--sql/mysqld.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysqld.h b/sql/mysqld.h
index c84e1d08efe..22c572b19fa 100644
--- a/sql/mysqld.h
+++ b/sql/mysqld.h
@@ -23,6 +23,7 @@
#include "my_decimal.h" /* my_decimal */
#include "mysql_com.h" /* SERVER_VERSION_LENGTH */
#include "my_atomic.h"
+#include "my_counter.h"
#include "mysql/psi/mysql_file.h" /* MYSQL_FILE */
#include "mysql/psi/mysql_socket.h" /* MYSQL_SOCKET */
#include "sql_list.h" /* I_List */