mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
don't disable the cassandra engine by default
This commit is contained in:
@ -175,8 +175,7 @@ static struct
|
|||||||
/* we disable few other plugins by default */
|
/* we disable few other plugins by default */
|
||||||
{ "ndbcluster", PLUGIN_OFF },
|
{ "ndbcluster", PLUGIN_OFF },
|
||||||
{ "feedback", PLUGIN_OFF },
|
{ "feedback", PLUGIN_OFF },
|
||||||
{ "pbxt", PLUGIN_OFF },
|
{ "pbxt", PLUGIN_OFF }
|
||||||
{ "cassandra", PLUGIN_OFF }
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* support for Services */
|
/* support for Services */
|
||||||
|
Reference in New Issue
Block a user