فهرست منبع

hopefully we soon arrive at MySQL 5.1 so I can remove this...

Ralf S. Engelschall 17 سال پیش
والد
کامیت
18e64eb519
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      drupal/drupal-setup.sh

+ 1 - 1
drupal/drupal-setup.sh

@@ -45,7 +45,7 @@ case "$cmd" in
             shift
         fi
         if [ ".$db_type" = .mysql ]; then
-            #   FIXME: MySQL doesn't allow easy relocation of tablespaces AFAIK --rse
+            #   FIXME: MySQL 5.0 still doesn't allow easy relocation of tablespaces
             @l_prefix@/bin/mysqladmin --user="$db_suser" --password="$db_spass" create "$db_name"
             ( echo "GRANT ALL PRIVILEGES ON $db_name.* TO $db_user@localhost IDENTIFIED BY '$db_pass';"
               echo "FLUSH PRIVILEGES;"