diff options
author | unknown <bpontz@shasta.mysql.com> | 2006-03-26 21:23:15 -0500 |
---|---|---|
committer | unknown <bpontz@shasta.mysql.com> | 2006-03-26 21:23:15 -0500 |
commit | c04cf137568a543fbb97541f5fd12746f5f3e25b (patch) | |
tree | 67ff5a0d6952a9e442b411aa9ea5a583e43f823d /netware/BUILD | |
parent | 67448e021b42a45d19311f084bcec623a24cc325 (diff) | |
download | mariadb-git-c04cf137568a543fbb97541f5fd12746f5f3e25b.tar.gz |
added option for netware build
netware/BUILD/compile-netware-START:
added option for netware builds
Diffstat (limited to 'netware/BUILD')
-rwxr-xr-x | netware/BUILD/compile-netware-START | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/netware/BUILD/compile-netware-START b/netware/BUILD/compile-netware-START index 9918ead87c5..2a8182d61e7 100755 --- a/netware/BUILD/compile-netware-START +++ b/netware/BUILD/compile-netware-START @@ -24,5 +24,6 @@ base_configs=" \ --prefix=N:/mysql \ --without-mysqlmanager \ --without-man \ + --without-csv-storage-engine \ " |