svnno****@sourc*****
svnno****@sourc*****
2008年 1月 18日 (金) 14:00:18 JST
Revision: 78 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=78 Author: mir Date: 2008-01-18 14:00:18 +0900 (Fri, 18 Jan 2008) Log Message: ----------- created cfg-mysql51 again Added Paths: ----------- build/cfg/cfg-mysql51 Added: build/cfg/cfg-mysql51 =================================================================== --- build/cfg/cfg-mysql51 2008-01-18 04:59:43 UTC (rev 77) +++ build/cfg/cfg-mysql51 2008-01-18 05:00:18 UTC (rev 78) @@ -0,0 +1,31 @@ +#!/bin/sh + +# script for mysql 5.1 to build tritonn storage engine +# copied from mysqlbug of official binary except --with-ndbcluster. + +CC=gcc CXX=gcc \ +./configure \ +'--prefix=/usr/local/mysql' \ +'--localstatedir=/usr/local/mysql/data' \ +'--libexecdir=/usr/local/mysql/bin' \ +'--with-comment=MySQL Server (GPL) built by Tritonn Project' \ +'--with-server-suffix=' \ +'--enable-thread-safe-client' \ +'--enable-local-infile' \ +'--with-pic' \ +'--with-fast-mutexes' \ +'--with-client-ldflags=-static' \ +'--with-mysqld-ldflags=-static' \ +'--with-zlib-dir=bundled' \ +'--with-big-tables' \ +'--with-ssl' \ +'--with-readline' \ +'--with-embedded-server' \ +'--with-archive-storage-engine' \ +'--with-blackhole-storage-engine' \ +'--with-csv-storage-engine' \ +'--with-example-storage-engine' \ +'--with-federated-storage-engine' \ +'--with-partition' \ +'--with-innodb' \ +'--with-extra-charsets=all' Property changes on: build/cfg/cfg-mysql51 ___________________________________________________________________ Name: svn:executable + *