[MDEV-12480] Can't install TokuDB and Spider on Debian 8.7 Created: 2017-04-10  Updated: 2017-06-19  Resolved: 2017-06-19

Status: Closed
Project: MariaDB Server
Component/s: Platform Debian, Storage Engine - Spider, Storage Engine - TokuDB
Affects Version/s: None
Fix Version/s: N/A

Type: Bug Priority: Minor
Reporter: Aurélien LEQUOY Assignee: Unassigned
Resolution: Cannot Reproduce Votes: 0
Labels: need_feedback


 Description   

Impossible to install Spider & TokuDB with MariaDB 10.2.5 (and previous version of 10.2) on Debian 8.7.

NB : It's worked on RedHat



 Comments   
Comment by Dipti Joshi (Inactive) [ 2017-04-10 ]

Moving this to MDEV project, as MCOL specifically for ColumnStore only. and MDEV is for MariaDB Server

Comment by Daniel Black [ 2017-04-10 ]

what do you mean impossible? Have you tried to install mariadb-plugin-spider and mariadb-plugin-tokudb? What exactly have you done and what is the error message/result?

Comment by Aurélien LEQUOY [ 2017-04-10 ]

its not already inclued like MariaDB 10.1 ?

Comment by Daniel Black [ 2017-04-10 ]

t no. separate packages. install mariadb-plugin-spider and mariadb-plugin-tokudb. apt search is useful for finding these

Comment by Daniel Black [ 2017-04-10 ]

So I"m assuming you can get it running now. Ask with details if you have troubles.

Comment by Aurélien LEQUOY [ 2017-04-10 ]

 
MariaDB [(none)]> show engines;
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
| Engine             | Support | Comment                                                                          | Transactions | XA   | Savepoints |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
| ROCKSDB            | YES     | RocksDB storage engine                                                           | YES          | YES  | YES        |
| CSV                | YES     | CSV storage engine                                                               | NO           | NO   | NO         |
| SEQUENCE           | YES     | Generated tables filled with sequential values                                   | YES          | NO   | YES        |
| MRG_MyISAM         | YES     | Collection of identical MyISAM tables                                            | NO           | NO   | NO         |
| MyISAM             | YES     | MyISAM storage engine                                                            | NO           | NO   | NO         |
| InnoDB             | DEFAULT | Supports transactions, row-level locking, foreign keys and encryption for tables | YES          | YES  | YES        |
| Mroonga            | YES     | CJK-ready fulltext search, column store                                          | NO           | NO   | NO         |
| Aria               | YES     | Crash-safe tables with MyISAM heritage                                           | NO           | NO   | NO         |
| PERFORMANCE_SCHEMA | YES     | Performance Schema                                                               | NO           | NO   | NO         |
| MEMORY             | YES     | Hash based, stored in memory, useful for temporary tables                        | NO           | NO   | NO         |
| SPIDER             | YES     | Spider storage engine                                                            | YES          | YES  | NO         |
+--------------------+---------+----------------------------------------------------------------------------------+--------------+------+------------+
11 rows in set (0.00 sec)
 
MariaDB [(none)]> INSTALL SONAME 'ha_tokudb';
ERROR 2013 (HY000): Lost connection to MySQL server during query

still impossible to install TokuDB

Comment by Daniel Black [ 2017-04-10 ]

include your error log.

Comment by Sergei Golubchik [ 2017-06-19 ]

No feedback, so closing.

Generated at Thu Feb 08 07:58:03 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.