Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (4c99cd5c93514252c9c6ec5b7334bc8855d8276a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (4c99cd5c93514252c9c6ec5b7334bc8855d8276a)
  • Date: Sun, 19 Apr 2009 15:11:25 -0500

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

database/mysql/BUILD | 6 ------
database/mysql/CONFIGURE | 3 +--
database/mysql/HISTORY | 4 ++++
3 files changed, 5 insertions(+), 8 deletions(-)

New commits:
commit 4c99cd5c93514252c9c6ec5b7334bc8855d8276a
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

mysql: CSV plugin is now required.

diff --git a/database/mysql/BUILD b/database/mysql/BUILD
index 04084d4..088f2c3 100755
--- a/database/mysql/BUILD
+++ b/database/mysql/BUILD
@@ -2,7 +2,6 @@ if list_find "$MSQL_ENGINES" "none" ; then
OPTS="--without-archive-storage-engine \
--without-berkeley-db \
--without-blackhole-storage-engine \
- --without-csv-storage-engine \
--without-example-storage-engine \
--without-federated-storage-engine \
--without-innodb \
@@ -22,11 +21,6 @@ else
else
OPTS="--without-blackhole-storage-engine $OPTS"
fi &&
- if list_find "$MSQL_ENGINES" "CSV" ; then
- OPTS="--with-csv-storage-engine $OPTS"
- else
- OPTS="--without-csv-storage-engine $OPTS"
- fi &&
if list_find "$MSQL_ENGINES" "EXAMPLE" ; then
OPTS="--with-example-storage-engine $OPTS"
else
diff --git a/database/mysql/CONFIGURE b/database/mysql/CONFIGURE
index 7c1b345..9a74ca8 100755
--- a/database/mysql/CONFIGURE
+++ b/database/mysql/CONFIGURE
@@ -13,7 +13,6 @@ config_query_multi MSQL_ENGINES
\
ARCHIVE \
BerkeleyDB \
BLACKHOLE \
- CSV \
EXAMPLE \
FEDERATED \
InnoDB \
@@ -21,7 +20,7 @@ config_query_multi MSQL_ENGINES
\

if list_find "$MSQL_ENGINES" "all"
then
- MSQL_ENGINES="ARCHIVE BerkeleyDB BLACKHOLE CSV EXAMPLE FEDERATED InnoDB
ndbcluster"
+ MSQL_ENGINES="ARCHIVE BerkeleyDB BLACKHOLE EXAMPLE FEDERATED InnoDB
ndbcluster"
fi &&

config_query_option MSQL_EMBED \
diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index aab3feb..13be17b 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,3 +1,7 @@
+2009-04-19 George Sherwood <gsherwood AT sourcemage.org>
+ * CONFIGURE: CSV engine now required.
+ * BUILD: CSV engine now required.
+
2009-04-15 Eric Sandall <sandalle AT sourcemage.org>
* big_tables.patch: Synched to 5.1.32
* PRE_BUILD: Use -p1 for big_tables.patch



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (4c99cd5c93514252c9c6ec5b7334bc8855d8276a), George Sherwood, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page