[Lunar-commits] <moonbase> mysql: Just adding additional information about innodb,

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Wed Apr 15 13:39:14 CEST 2009


commit 95ea7b5a911579934a4f71e8d662b4448d178a68
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Wed Apr 15 07:39:14 2009 -0400

    mysql: Just adding additional information about innodb,
    
    and what application down the line needs it. This was pointed out
    by beko, and thanks.
---
 sql/mysql/CONFIGURE |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sql/mysql/CONFIGURE b/sql/mysql/CONFIGURE
index a12fbdf..a96ff3f 100644
--- a/sql/mysql/CONFIGURE
+++ b/sql/mysql/CONFIGURE
@@ -3,7 +3,7 @@ if  !  grep  -q  CONFIGURED  $MODULE_CONFIG;  then
  if    query  "Install client only? " n; then
     OPTS="$OPTS --without-server"
   else
-    if  query  "Enable InnoDB Support? " n; then
+    if  query  "Enable InnoDB Support? Needed by KDE4/Akonadi " n; then
       OPTS="$OPTS --with-innodb"
     else
       OPTS="$OPTS --without-innodb"


More information about the Lunar-commits mailing list