Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2dc00711b1e5e9ee883fede5f30b2e3b494b00d8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2dc00711b1e5e9ee883fede5f30b2e3b494b00d8)
  • Date: Sat, 24 Feb 2007 14:58:52 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

database/mysql/CONFIGURE | 21 ++++++++++++++++-----
database/mysql/HISTORY | 3 +++
2 files changed, 19 insertions(+), 5 deletions(-)

New commits:
commit 2ddbbf7a5478b89d3d16b68ea402056870811a03
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

database/mysql:

CONFIGURE: added omitted options for negative answers, reformatted

diff --git a/database/mysql/CONFIGURE b/database/mysql/CONFIGURE
index 663da98..7c1b345 100755
--- a/database/mysql/CONFIGURE
+++ b/database/mysql/CONFIGURE
@@ -1,6 +1,11 @@
-source $GRIMOIRE/config_query_multi.function
&&
+source $GRIMOIRE/config_query_multi.function &&
+
+config_query_option MSQL_SERVER \
+ "Install client only?" \
+ n \
+ "--without-server" \
+ "--with-server" &&

-config_query_option MSQL_SERVER "Install client only?" n
"--without-server" "" &&
config_query_multi MSQL_ENGINES \
"What additional storage engines to build?" \
none \
@@ -13,8 +18,14 @@ config_query_multi MSQL_ENGINES
FEDERATED \
InnoDB \
ndbcluster &&
-if [[ "$MSQL_ENGINES"=="all" ]] ; then
+
+if list_find "$MSQL_ENGINES" "all"
+then
MSQL_ENGINES="ARCHIVE BerkeleyDB BLACKHOLE CSV EXAMPLE FEDERATED InnoDB
ndbcluster"
fi &&
-config_query_option MSQL_EMBED "Build the embedded server (libmysqld)?" n
\
- "--with-embedded-server" ""
+
+config_query_option MSQL_EMBED \
+ "Build the embedded server (libmysqld)?" \
+ n \
+ "--with-embedded-server" \
+ "--without-embedded-server"
diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index ffd18ca..6c93fa8 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,6 @@
+2007-02-25 Pol Vinogradov <vin.public AT gmail.com>
+ * CONFIGURE: added omitted options for negative answers, reformatted
+
2007-02-20 Pol Vinogradov <vin.public AT gmail.com>
* BUILD: made LD_PRELOAD_OLD local, track_rootifying pkglibdir, added
checking for "none" choice



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (2dc00711b1e5e9ee883fede5f30b2e3b494b00d8), Pol Vinogradov, 02/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page