Skip to Content.
Sympa Menu

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

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 (ff7a3fe68049ddf373962ff2ba4d6f65614db88d)
  • Date: Fri, 21 Nov 2008 10:47:29 -0600

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

database/mysql/HISTORY |
2 +-
database/mysql/REPAIR^71bec9e1b7f04f1bfadf73978090677f^PRE_SUB_DEPENDS |
4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

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

mysql: Added new repair file

diff --git a/database/mysql/HISTORY b/database/mysql/HISTORY
index d7d9be7..847a8cc 100644
--- a/database/mysql/HISTORY
+++ b/database/mysql/HISTORY
@@ -1,6 +1,6 @@
2008-11-22 George Sherwood <gsherwood AT sourcemage.org>
* PRE_SUB_DEPENDS: Missing spaces in conditional
- * REPAIR: Missing spaces in conditional
+ * REPAIR: Fixed old repair and added new one.

2008-08-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated to 5.0.67
diff --git
a/database/mysql/REPAIR^71bec9e1b7f04f1bfadf73978090677f^PRE_SUB_DEPENDS
b/database/mysql/REPAIR^71bec9e1b7f04f1bfadf73978090677f^PRE_SUB_DEPENDS
new file mode 100755
index 0000000..36fa199
--- /dev/null
+++ b/database/mysql/REPAIR^71bec9e1b7f04f1bfadf73978090677f^PRE_SUB_DEPENDS
@@ -0,0 +1,4 @@
+case $THIS_SUB_DEPENDS in
+ embedded) if [ $MSQL_EMBED == "--with-embedded-server" ]; then return 0;
fi;;
+esac
+return 1



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (ff7a3fe68049ddf373962ff2ba4d6f65614db88d), George Sherwood, 11/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page