You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-11 12:42:43 +03:00
14 lines
397 B
Bash
Executable File
14 lines
397 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# $Id: install-infinidb.sh 421 2007-04-05 15:46:55Z dhill $
|
|
#
|
|
# install-infinidb.sh dummy EE version
|
|
|
|
echo " " 1>&2
|
|
echo " This install-infinidb.sh script is only used to install the Community Edition." 1>&2
|
|
echo " Please use the 'postConfigure' for installing the Enterprise Edition." 1>&2
|
|
echo " Check the Calpont InfiniDB Installation Document for further details." 1>&2
|
|
|
|
exit 1
|
|
|