[MDEV-4534] Cassandra Storage Engine Missing from 10.0.2 Centos 5 rpms Created: 2013-05-15  Updated: 2013-05-16  Resolved: 2013-05-15

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: 10.0.2
Fix Version/s: None

Type: Bug Priority: Major
Reporter: Robert Wagner Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: cassandra
Environment:

CentOS 5, MariaDB-10.0.2-centos5-x86_64-server.rpm


Issue Links:
Relates
relates to MDEV-4538 Cassandra Storage Engine Missing from... Closed

 Description   

When doing a show engines I see:

MariaDB [keys]> show engines;
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
| Engine             | Support | Comment                                                        | Transactions | XA   | Savepoints |
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
| MyISAM             | YES     | MyISAM storage engine                                          | NO           | NO   | NO         |
| CSV                | YES     | CSV storage engine                                             | NO           | NO   | NO         |
| MRG_MyISAM         | YES     | Collection of identical MyISAM tables                          | NO           | NO   | NO         |
| BLACKHOLE          | YES     | /dev/null storage engine (anything you write to it disappears) | NO           | NO   | NO         |
| PERFORMANCE_SCHEMA | YES     | Performance Schema                                             | NO           | NO   | NO         |
| InnoDB             | DEFAULT | Supports transactions, row-level locking, and foreign keys     | YES          | YES  | YES        |
| ARCHIVE            | YES     | Archive storage engine                                         | NO           | NO   | NO         |
| MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables      | NO           | NO   | NO         |
| FEDERATED          | YES     | FederatedX pluggable storage engine                            | YES          | NO   | YES        |
| Aria               | YES     | Crash-safe tables with MyISAM heritage                         | NO           | NO   | NO         |
+--------------------+---------+----------------------------------------------------------------+--------------+------+------------+
10 rows in set (0.00 sec)

No Cassandra Engine appears to be included



 Comments   
Comment by Sergei Golubchik [ 2013-05-15 ]

Yes, the compiler on CentOS 5 is too old, it cannot compile Cassandra engine (it's not the problem of the Cassandra engine source code, but of Thrift that is needed to support Cassandra protocol).

Comment by Robert Wagner [ 2013-05-16 ]

Documentation at:
https://kb.askmonty.org/en/cassandra-storage-engine/
Where to get it

Cassandra storage engine is a part of [what-is-mariadb-100|MariaDB 10.0], starting from MariaDB 10.0.1.

Says it should be included since 10.0.1. Please fix documentation.

Generated at Thu Feb 08 06:57:10 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.