You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-03 08:20:57 +03:00
10 lines
380 B
Bash
10 lines
380 B
Bash
#!/bin/bash
|
|
# Copy this file to /etc/default and rename it to 'columnstore'.
|
|
|
|
# Change this line to your MariaDB Columnstore installation directory
|
|
COLUMNSTORE_INSTALL_DIR=/usr/local/mariadb/columnstore
|
|
|
|
LD_LIBRARY_PATH=$COLUMNSTORE_INSTALL_DIR/lib:$COLUMNSTORE_INSTALL_DIR/mysql/lib
|
|
export COLUMNSTORE_INSTALL_DIR=$COLUMNSTORE_INSTALL_DIR
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH
|