summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorChad MILLER <chad@mysql.com>2009-05-05 17:03:23 -0400
committerChad MILLER <chad@mysql.com>2009-05-05 17:03:23 -0400
commit9d58239dea8c615a10a0939e34d052b22808e75f (patch)
tree14698de1876a7bea69d52b7f7ddaedbf0877551f /sql/mysql_priv.h
parent978e8e06b00defd5c95c7eb88304333e7978a553 (diff)
downloadmariadb-git-9d58239dea8c615a10a0939e34d052b22808e75f.tar.gz
Pull 5.1 treatment of community features into 5.0.
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 2e15883aeb4..261393353f8 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -1479,6 +1479,8 @@ extern SHOW_COMP_OPTION have_query_cache;
extern SHOW_COMP_OPTION have_geometry, have_rtree_keys;
extern SHOW_COMP_OPTION have_crypt;
extern SHOW_COMP_OPTION have_compress;
+extern SHOW_COMP_OPTION have_community_features;
+extern SHOW_COMP_OPTION have_profiling;
#ifndef __WIN__
extern pthread_t signal_thread;