Comments - Installing OQGRAPH

8 years, 2 months ago Sergei Golubchik

Did you build MariaDB as in here or installed as in here?

 
8 years, 2 months ago Jan Steinman

I had done a "brew install maraidb", on top of a previous install. But I a sum(1) on that file and the oqgraph from 10.1.6, and they are the same. So I may have some crufty old stuff hanging around somehow.

I just did a clean "brew install mariadb" on another machine. No ha_oqgraph.so gets installed:

0 Create:jan-/Volumes/1.5TB/Applications/Google Chrome.app/Contents: ls -la /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_*.so
-r--r-----  1 jan  admin    53336 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_archive.so
-r--r-----  1 jan  admin    30664 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_blackhole.so
-r--r-----  1 jan  admin   895008 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_connect.so
-r--r-----  1 jan  admin    31504 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_example.so
-r--r-----  1 jan  admin    49084 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_federated.so
-r--r-----  1 jan  admin    72920 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_federatedx.so
-r--r-----  1 jan  admin  2292516 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_innodb.so
-r--r-----  1 jan  admin  2798648 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_mroonga.so
-r--r-----  1 jan  admin    70860 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_sphinx.so
-r--r-----  1 jan  admin   711416 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_spider.so
-r--r-----  1 jan  admin    24844 28 Jan 04:13 /usr/local/Cellar/mariadb/10.1.11/lib/plugin/ha_test_sql_discovery.so

What has to be done to get ha_oqgraph.so built? I'm willing to hack around on the Homebrew formula if I have a good starting point.

From looking at "brew edit mariadb", is it as simple as setting the compile flag: "-DPLUGIN_OQGRAPH=YES"?

Thanks for any advice offered!

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.