[MacPorts] #40040: Missing code in mysqld_safe

MacPorts noreply at macports.org
Wed Aug 7 11:05:46 PDT 2013


#40040: Missing code in mysqld_safe
----------------------+--------------------------------
 Reporter:  schalk@…  |      Owner:  macports-tickets@…
     Type:  defect    |     Status:  new
 Priority:  Normal    |  Milestone:
Component:  ports     |    Version:  2.2.0
 Keywords:            |       Port:  mysql55 at 5.5.33
----------------------+--------------------------------
 When trying to run mysqld_safe an error in the script comes up for line
 726.
 The answer is that the if statement on line 725 is missing the
 comparison/decision statement.

 Add " ps -ef | grep -v mysqld_safe | grep -- $MYSQLD | grep $PID >
 /dev/null"
 (copied form mysqld_safe version 5.5.32_1 line 725)

 It works after this fix.

 Stuart

-- 
Ticket URL: <https://trac.macports.org/ticket/40040>
MacPorts <http://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list