diff options
author | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-09-02 16:52:04 +0530 |
---|---|---|
committer | Nirbhay Choubey <nirbhay.choubey@oracle.com> | 2011-09-02 16:52:04 +0530 |
commit | e7b37d7258249a66f0a417bf46741b3946aee323 (patch) | |
tree | 612af85895276e962053614cb9b3e8d323ab462e /scripts/mysql_setpermission.sh | |
parent | 4c57188c9c03dc2cb96e57ffcddc4a10dac9e4b2 (diff) | |
download | mariadb-git-e7b37d7258249a66f0a417bf46741b3946aee323.tar.gz |
BUG#11878394 - MYSQLD_SAFE TEST FOR ALREADY RUNNING PROCESS
FAILS, CAUSING CLOBBERED SOCKET
A check for running mysqld instances was failing in mysqld_safe
because of an incorrect shell command generated by cmake. The
problem is that cmake retains the '\' of escaped double-quote,
so the generated mysqld_safe script's command contained \" in
the shell command, and hence the failure.
Fixed the command in scripts\CMakeLists.txt.
Diffstat (limited to 'scripts/mysql_setpermission.sh')
0 files changed, 0 insertions, 0 deletions