summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2020-04-15 21:23:12 +0400
committerSergey Vojtovich <svoj@mariadb.org>2020-04-15 22:23:03 +0400
commit5679a2b6b342abc9d80bcf784a1a35f240be9d87 (patch)
tree6ee02d179b0abcd26e554468eb0119b2891065fe /sql
parent4bd9f82a8f58a462f44bec67d17e93079c669e28 (diff)
downloadmariadb-git-5679a2b6b342abc9d80bcf784a1a35f240be9d87.tar.gz
Shrink my_atomic.h and my_cpu.h scope
Diffstat (limited to 'sql')
-rw-r--r--sql/mysqld.cc1
-rw-r--r--sql/sql_show.cc1
-rw-r--r--sql/xa.cc1
3 files changed, 3 insertions, 0 deletions
diff --git a/sql/mysqld.cc b/sql/mysqld.cc
index 43f4e7d07fb..6615cd01dcf 100644
--- a/sql/mysqld.cc
+++ b/sql/mysqld.cc
@@ -54,6 +54,7 @@
#include <m_ctype.h>
#include <my_dir.h>
#include <my_bit.h>
+#include "my_cpu.h"
#include "slave.h"
#include "rpl_mi.h"
#include "sql_repl.h"
diff --git a/sql/sql_show.cc b/sql/sql_show.cc
index 18fc5ea70d7..3d739f6147a 100644
--- a/sql/sql_show.cc
+++ b/sql/sql_show.cc
@@ -64,6 +64,7 @@
#endif
#include "transaction.h"
#include "opt_trace.h"
+#include "my_cpu.h"
enum enum_i_s_events_fields
{
diff --git a/sql/xa.cc b/sql/xa.cc
index 9ee1cefbaf9..b08ab973cc5 100644
--- a/sql/xa.cc
+++ b/sql/xa.cc
@@ -19,6 +19,7 @@
#include "mariadb.h"
#include "sql_class.h"
#include "transaction.h"
+#include "my_cpu.h"
/***************************************************************************