summaryrefslogtreecommitdiff
path: root/win/configure-mariadb.sh
blob: 294b153078832ba67e5485aff3f93c5415506ed7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh

#
# This script is the "standard" way to configure MariaDB on Windows. To be 
# used by buildbot slaves and release build script.
# 

set -e

cscript win/configure.js \
 WITH_ARCHIVE_STORAGE_ENGINE \
 WITH_BLACKHOLE_STORAGE_ENGINE \
 WITH_CSV_STORAGE_ENGINE \
 WITH_EXAMPLE_STORAGE_ENGINE \
 WITH_FEDERATED_STORAGE_ENGINE \
 WITH_MERGE_STORAGE_ENGINE \
 WITH_PARTITION_STORAGE_ENGINE \
  WITH_MARIA_STORAGE_ENGINE \
  WITH_PBXT_STORAGE_ENGINE \
  WITH_XTRADB_STORAGE_ENGINE \
 WITH_EMBEDDED_SERVER