1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

change plugin directory

This commit is contained in:
david hill
2016-02-03 11:30:24 -06:00
parent 04a40dad49
commit ab83e5220c
3 changed files with 5 additions and 5 deletions

View File

@ -18,7 +18,7 @@ Stop InfiniDB
Copy the libudf_mysql.so.1.0.0 and libudfsdk.so.1.0.0 file to /usr/local/Calpont/lib on
every InfiniDB node
Start InfiniDB
In the directory /usr/local/Calpont/mysql/lib/mysql/plugin create a symbolic link called
In the directory /usr/local/Calpont/mysql/lib64/mysql/plugin create a symbolic link called
libudf_msql.so to the file /usr/local/Calpont/lib/libudf_msql.so.1.0.0
In the mysql client add the function (e.g. "create function idb_add returns integer soname
'libudf_msql.so';")