summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <cmiller@zippy.cornsilk.net>2006-11-15 09:54:54 -0500
committerunknown <cmiller@zippy.cornsilk.net>2006-11-15 09:54:54 -0500
commit78278bc4f5c53324e895ebc30911da3687db0b53 (patch)
treeea4e3b6acb614257225f099a19fad8080f147bac /sql
parent5decebc5f3aa6fc2584f6fcbd81ab7e42b63ede5 (diff)
downloadmariadb-git-78278bc4f5c53324e895ebc30911da3687db0b53.tar.gz
Bug#17700: mysql_fix_privilege_tables cannot handle a password \
with embedded spaces Problem: Original code written assuming password contains no spaces. Further, because of how sh interprets characters in variables, you cannot do the "simple solution". Solution: Move the "was a password provided" check to the end. This allows us to correctly quote the password argument when passed to the mysql client program. Addendum: Put this check inside of a shell fn to simplify the code. scripts/mysql_fix_privilege_tables.sh: Moved password existence check to end to allow for passwords with with embedded spaces.
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions