You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-04 04:42:30 +03:00
9 lines
131 B
Bash
Executable File
9 lines
131 B
Bash
Executable File
#! /bin/sh
|
|
#
|
|
# $Id: mysql-build 421 2007-04-05 15:46:55Z dhill $
|
|
#
|
|
# build calpont mysql
|
|
|
|
su - mysql -c "scripts/build-branch $1"
|
|
|