← Back to team overview

maria-developers team mailing list archive

[Branch ~maria-captains/maria/5.1] Rev 2853: Removed extra } that caused script to fail with syntax error

 

------------------------------------------------------------
revno: 2853
committer: Michael Widenius <monty@xxxxxxxxxxxx>
branch nick: maria-5.1
timestamp: Mon 2010-05-10 21:23:16 +0300
message:
  Removed extra } that caused script to fail with syntax error
modified:
  scripts/mysqld_multi.sh


--
lp:maria
https://code.launchpad.net/~maria-captains/maria/5.1

Your team Maria developers is subscribed to branch lp:maria.
To unsubscribe from this branch go to https://code.launchpad.net/~maria-captains/maria/5.1/+edit-subscription
=== modified file 'scripts/mysqld_multi.sh'
--- scripts/mysqld_multi.sh	2010-01-21 08:10:05 +0000
+++ scripts/mysqld_multi.sh	2010-05-10 18:23:16 +0000
@@ -71,7 +71,6 @@
       print "WARNING: --config-file is deprecated and will be removed\n";
       print "in MySQL 5.6.  Please use --defaults-extra-file instead\n";
     }
-   }
   }
 
   foreach (@defaults_options)