mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 10:15:29 +02:00
Make cassandra module and do not load it by default.
This commit is contained in:
parent
d27d9d76a8
commit
363436ede1
3 changed files with 4 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue