diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-01-30 22:33:25 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-01-30 22:33:25 +0100 |
commit | 5267af5e9e5e601d4f4b1ef40730da1e36d38d9d (patch) | |
tree | 67f19b4eaf882418f6418b17a932f23a4010464a | |
parent | ea5632e9d767f1c4d07cb2dae74ec79bec843b7d (diff) | |
download | mariadb-git-5267af5e9e5e601d4f4b1ef40730da1e36d38d9d.tar.gz |
don't disable the cassandra engine by default
-rw-r--r-- | sql/sql_plugin.cc | 3 |
1 files changed, 1 insertions, 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 */ |