Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Fix
-
10.0.2
-
None
-
None
-
CentOS 5, MariaDB-10.0.2-centos5-x86_64-server.rpm
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
Attachments
Issue Links
- relates to
-
MDEV-4538 Cassandra Storage Engine Missing from 10.0.2 mariadb-10.0.2-linux-x86_64.tar.gz
- Closed