diff options
Diffstat (limited to 'sql/sql_profile.h')
-rw-r--r-- | sql/sql_profile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_profile.h b/sql/sql_profile.h index 2e93912fb25..7705f6ca476 100644 --- a/sql/sql_profile.h +++ b/sql/sql_profile.h @@ -287,5 +287,5 @@ public: int fill_statistics_info(THD *thd, TABLE_LIST *tables, Item *cond); }; -# endif /* HAVE_PROFILING */ +# endif /* ENABLED_PROFILING */ #endif /* _SQL_PROFILE_H */ |