From 5267af5e9e5e601d4f4b1ef40730da1e36d38d9d Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 30 Jan 2013 22:33:25 +0100 Subject: don't disable the cassandra engine by default --- sql/sql_plugin.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sql/sql_plugin.cc b/sql/sql_plugin.cc index 38d8dcf7994..1c47991f474 100644 --- a/sql/sql_plugin.cc +++ b/sql/sql_plugin.cc @@ -175,8 +175,7 @@ static struct /* we disable few other plugins by default */ { "ndbcluster", PLUGIN_OFF }, { "feedback", PLUGIN_OFF }, - { "pbxt", PLUGIN_OFF }, - { "cassandra", PLUGIN_OFF } + { "pbxt", PLUGIN_OFF } }; /* support for Services */ -- cgit v1.2.1