diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2020-03-21 15:52:24 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2020-03-21 15:55:00 +0400 |
commit | 4d9977e5ff9843e132fda480536192caaf69aba2 (patch) | |
tree | 0725d607698bea3b6f34b846918ccb1e57822827 /client/mysqlbinlog.cc | |
parent | 9394cc89143e4fce3126a96ac1c8a91a66d71dea (diff) | |
download | mariadb-git-4d9977e5ff9843e132fda480536192caaf69aba2.tar.gz |
default_gtid_pos_table: my_atomic to std::atomic
Diffstat (limited to 'client/mysqlbinlog.cc')
-rw-r--r-- | client/mysqlbinlog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/mysqlbinlog.cc b/client/mysqlbinlog.cc index c12f51457ea..a291d82a134 100644 --- a/client/mysqlbinlog.cc +++ b/client/mysqlbinlog.cc @@ -41,6 +41,7 @@ /* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */ #include "sql_priv.h" #include "sql_basic_types.h" +#include <atomic> #include "log_event.h" #include "compat56.h" #include "sql_common.h" |