mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Added win/configure-mariadb.sh - the standard way to configure on Windows.
This commit is contained in:
parent
0d827917be
commit
2433da4718
1 changed files with 23 additions and 0 deletions
23
win/configure-mariadb.sh
Normal file
23
win/configure-mariadb.sh
Normal file
|
@ -0,0 +1,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
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue