summaryrefslogtreecommitdiff
path: root/storage/maria/plug.in
diff options
context:
space:
mode:
Diffstat (limited to 'storage/maria/plug.in')
-rw-r--r--storage/maria/plug.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/storage/maria/plug.in b/storage/maria/plug.in
new file mode 100644
index 00000000000..a9b35aefbfb
--- /dev/null
+++ b/storage/maria/plug.in
@@ -0,0 +1,7 @@
+MYSQL_STORAGE_ENGINE(maria, no, [Maria Storage Engine],
+ [Traditional transactional MySQL tables], [max,max-no-ndb])
+MYSQL_PLUGIN_DIRECTORY(maria, [storage/maria])
+MYSQL_PLUGIN_ACTIONS(maria, [AC_CONFIG_FILES(storage/maria/unittest/Makefile)])
+MYSQL_PLUGIN_STATIC(maria, [libmaria.a])
+# Maria will probably go first into max builds, not all builds,
+# so we don't declare it mandatory.