Am 01.02.2017 um 12:23 schrieb Vladislav Vaintroub:
On 2/1/2017 12:01 PM, Reindl Harald wrote:
Am 01.02.2017 um 10:25 schrieb Colin Charles:
On 1 Feb 2017, at 16:40, Ian Gilfillan <ian@mariadb.org> wrote:
Can someone clarify the status of Cassandra in CentOS7? It appears to have been available in 6, but not in 7.
I think the CassandraSE is deprecated. It probably is available in 6, but not 7, and I can’t imagine why it would be recommended for use, since you have to use it with an old release of Cassandra that is probably unsupported anymore
maybe it should be re-considered add each and every stroage engine to MariaDB, especially when it relies on 3rd parties to keep it useable and in the worst case access your data at all becomes a problem in future updates not fixable by "mysql_upgrade"
-DPLUGIN_ARCHIVE=NO \ -DPLUGIN_BLACKHOLE=NO \ -DPLUGIN_CASSANDRA=NO \ -DPLUGIN_CONNECT=NO \ -DPLUGIN_EXAMPLE=NO \ -DPLUGIN_FEDERATED=NO \ -DPLUGIN_FEDERATEDX=NO \ -DPLUGIN_FEEDBACK=NO \ -DPLUGIN_INNODB=NO \ -DPLUGIN_MROONGA=NO \ -DPLUGIN_MYISAMMRG=NO \ -DPLUGIN_OQGRAPH=NO \ -DPLUGIN_PARTITION=NO \ -DPLUGIN_PERFSCHEMA=NO \ -DPLUGIN_SEMISYNC=NO \ -DPLUGIN_SEQUENCE=NO \ -DPLUGIN_SPHINX=NO \ -DPLUGIN_SPIDER=NO \ -DPLUGIN_TOKUDB=NO \ -DWITHOUT_DYNAMIC_PLUGINS=ON \
You could just have used -DWITHOUT_DYNAMIC_PLUGINS=ON, to the same effect, but with a single CMake parameter rather than 20
if it would be that clear what is considered as dynamic or not and cmake would be that consistent and had something relieable than ./configure currently it's a wild mix of ENABLE (and even ENABLED), WITH, WITHOUT -DENABLED_PROFILING=OFF \ -DENABLE_DTRACE=OFF \ with 10.0.x FEDERATED was built with -DWITHOUT_DYNAMIC_PLUGINS=ON and in 10.1.x not - god save you when you disabled unwanted things in my.cf and in the next build it is skipped as it should be and the config option is no lonmger known so better be as explicit as possible.....