[Tritonn-commit 65] [svn] [75] added new shell script to build mysql 5.1.

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2008年 1月 18日 (金) 13:52:35 JST


Revision: 75
          http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?root=tritonn&view=rev&rev=75
Author:   mir
Date:     2008-01-18 13:52:35 +0900 (Fri, 18 Jan 2008)

Log Message:
-----------
added new shell script to build mysql 5.1.

Added Paths:
-----------
    build/cfg/cfg-mysql51

Added: build/cfg/cfg-mysql51
===================================================================
--- build/cfg/cfg-mysql51	2008-01-18 04:44:19 UTC (rev 74)
+++ build/cfg/cfg-mysql51	2008-01-18 04:52:35 UTC (rev 75)
@@ -0,0 +1,31 @@
+#!/bin/sh
+
+# scripts for mysql 5.1 to build tritonn storage engine
+# we use same options to 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'




Tritonn-commit メーリングリストの案内
Back to archive index