1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Make cassandra module and do not load it by default.

This commit is contained in:
unknown
2013-01-10 00:07:44 +02:00
parent d27d9d76a8
commit 363436ede1
3 changed files with 4 additions and 3 deletions

View File

@ -175,7 +175,8 @@ static struct
/* we disable few other plugins by default */
{ "ndbcluster", PLUGIN_OFF },
{ "feedback", PLUGIN_OFF },
{ "pbxt", PLUGIN_OFF }
{ "pbxt", PLUGIN_OFF },
{ "cassandra", PLUGIN_OFF }
};
/* support for Services */