[MDEV-5856] missing sphinxse Created: 2014-03-14  Updated: 2014-03-17  Resolved: 2014-03-14

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

Type: Bug Priority: Major
Reporter: manny lee Assignee: Unassigned
Resolution: Incomplete Votes: 0
Labels: None
Environment:

ubuntu 12.04 64bit



 Description   

There is no sphinse



 Comments   
Comment by Elena Stepanova [ 2014-03-14 ]

There is sphinxse.

MariaDB [(none)]> select @@version;
+------------------------------+
| @@version                    |
+------------------------------+
| 10.0.9-MariaDB-1~precise-log |
+------------------------------+
1 row in set (0.00 sec)

MariaDB [(none)]> select plugin_name, plugin_version, plugin_status, plugin_type, plugin_library from information_schema.all_plugins where plugin_name like '%sphinx%';
+-------------+----------------+---------------+----------------+----------------+
| plugin_name | plugin_version | plugin_status | plugin_type    | plugin_library |
+-------------+----------------+---------------+----------------+----------------+
| SPHINX      | 2.0            | NOT INSTALLED | STORAGE ENGINE | ha_sphinx.so   |
+-------------+----------------+---------------+----------------+----------------+
1 row in set (0.00 sec)

MariaDB [(none)]> install soname 'ha_sphinx';
Query OK, 0 rows affected (0.00 sec)

MariaDB [(none)]> show plugins ;
+-----------------------------+----------+--------------------+--------------+---------+
| Name                        | Status   | Type               | Library      | License |
+-----------------------------+----------+--------------------+--------------+---------+
...
| SPHINX                      | ACTIVE   | STORAGE ENGINE     | ha_sphinx.so | GPL     |
+-----------------------------+----------+--------------------+--------------+---------+

If you meant something else, please be more specific.

Comment by manny lee [ 2014-03-17 ]

Oh, great! Thank you~

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