Bug #67976 | bin/mysqld_safe: test: argument expected | ||
---|---|---|---|
Submitted: | 26 Dec 2012 11:13 | Modified: | 14 Jan 2013 17:00 |
Reporter: | O Allain | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: Installing | Severity: | S1 (Critical) |
Version: | 5.1.67 | OS: | Any (Solaris 10 (x86 64 bits), Linux) |
Assigned to: | CPU Architecture: | Any | |
Tags: | mysqld_safe, regression |
[26 Dec 2012 11:13]
O Allain
[26 Dec 2012 18:28]
Sveta Smirnova
Thank you for the report. Verified as described. Workaround: use bash.
[27 Dec 2012 12:16]
Nirbhay Choubey
== Workaround == As the test switch in question (-e) is supported by bash, staring mysqld_safe.sh under bash should work. > which bash /usr/bin/bash > bash ./bin/mysqld_safe [OPTIONS]
[14 Jan 2013 17:00]
Paul DuBois
Noted in 5.1.68, 5.5.30, 5.6.11, 5.7.1 changelogs. mysqld_safe used the nonportable -e test construct.
[25 Jan 2013 19:47]
MySQL Verification Team
bug #68183 is a duplicate
[29 Jan 2013 16:17]
Evgeny Fritsler
bug http://bugs.mysql.com/?id=68218&edit=2 is a duplicate