summaryrefslogtreecommitdiff
path: root/storage/connect/ha_connect.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2018-08-07 11:04:56 +0300
committerMonty <monty@mariadb.org>2018-08-07 11:04:56 +0300
commit9da706fac3bdb77accdab6364c6029058eec4ad9 (patch)
treeeef4a01479813596fe3753c630ca593f03df0903 /storage/connect/ha_connect.h
parentcb7b5fbf1cf7c5bcd0509e428a53a8b8d6fbba0f (diff)
downloadmariadb-git-9da706fac3bdb77accdab6364c6029058eec4ad9.tar.gz
Fixed compiler warning about MongoEnabled() in Connect
Diffstat (limited to 'storage/connect/ha_connect.h')
-rw-r--r--storage/connect/ha_connect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/storage/connect/ha_connect.h b/storage/connect/ha_connect.h
index f0fa9b70513..98669177cdf 100644
--- a/storage/connect/ha_connect.h
+++ b/storage/connect/ha_connect.h
@@ -548,3 +548,7 @@ public:
uint int_table_flags; // Inherited from MyISAM
bool enable_activate_all_index; // Inherited from MyISAM
}; // end of ha_connect class definition
+
+#if defined(JAVA_SUPPORT) || defined(CMGO_SUPPORT)
+bool MongoEnabled(void);
+#endif // JAVA_SUPPORT || CMGO_SUPPORT