Commit bf186312 authored by Sergei Golubchik's avatar Sergei Golubchik

fix compilation with -DENABLED_PROFILING=OFF

(with ENABLED_PROFILING=ON, field.h was included indirectly
from sql_profile.h)
parent 59dd58b1
......@@ -27,6 +27,7 @@
#include "log.h"
#include "rpl_tblmap.h"
#include "mdl.h"
#include "field.h" // Create_field
#include "probes_mysql.h"
#include "sql_locale.h" /* my_locale_st */
#include "sql_profile.h" /* PROFILING */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment