svnno****@sourc*****
svnno****@sourc*****
2008年 1月 18日 (金) 13:59:43 JST
Revision: 77 http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=77 Author: mir Date: 2008-01-18 13:59:43 +0900 (Fri, 18 Jan 2008) Log Message: ----------- deleted to recreate file Removed Paths: ------------- build/cfg/cfg-mysql51 Deleted: build/cfg/cfg-mysql51 =================================================================== --- build/cfg/cfg-mysql51 2008-01-18 04:57:13 UTC (rev 76) +++ build/cfg/cfg-mysql51 2008-01-18 04:59:43 UTC (rev 77) @@ -1,31 +0,0 @@ -#!/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'