Develop and Download Open Source Software

Browse Subversion Repository

Contents of /build/cfg/cfg-mysql51

Parent Directory Parent Directory | Revision Log Revision Log


Revision 78 - (show annotations) (download)
Fri Jan 18 05:00:18 2008 UTC (16 years, 2 months ago) by mir
File size: 879 byte(s)
created cfg-mysql51 again
1 #!/bin/sh
2
3 # script for mysql 5.1 to build tritonn storage engine
4 # copied from mysqlbug of official binary except --with-ndbcluster.
5
6 CC=gcc CXX=gcc \
7 ./configure \
8 '--prefix=/usr/local/mysql' \
9 '--localstatedir=/usr/local/mysql/data' \
10 '--libexecdir=/usr/local/mysql/bin' \
11 '--with-comment=MySQL Server (GPL) built by Tritonn Project' \
12 '--with-server-suffix=' \
13 '--enable-thread-safe-client' \
14 '--enable-local-infile' \
15 '--with-pic' \
16 '--with-fast-mutexes' \
17 '--with-client-ldflags=-static' \
18 '--with-mysqld-ldflags=-static' \
19 '--with-zlib-dir=bundled' \
20 '--with-big-tables' \
21 '--with-ssl' \
22 '--with-readline' \
23 '--with-embedded-server' \
24 '--with-archive-storage-engine' \
25 '--with-blackhole-storage-engine' \
26 '--with-csv-storage-engine' \
27 '--with-example-storage-engine' \
28 '--with-federated-storage-engine' \
29 '--with-partition' \
30 '--with-innodb' \
31 '--with-extra-charsets=all'

Properties

Name Value
svn:executable *

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26