diff options
Diffstat (limited to 'sql/log.cc')
-rw-r--r-- | sql/log.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.cc b/sql/log.cc index a3b9a8f835f..551072d2d47 100644 --- a/sql/log.cc +++ b/sql/log.cc @@ -24,6 +24,7 @@ Abort logging when we get an error in reading or writing log files */ +#include "my_global.h" /* NO_EMBEDDED_ACCESS_CHECKS */ #include "sql_priv.h" #include "log.h" #include "sql_base.h" // close_thread_tables |