Clone
lfoxton
committed
on 12 Nov 08
LI-167 Check if mysql test works for a non-default mysql port
the problem here was not with jdbc but instead with shell, the SQL_URL's '&' c… Show more
LI-167 Check if mysql test works for a non-default mysql port

the problem here was not with jdbc but instead with shell, the SQL_URL's '&' character was getting munged by shell, so escaping it here did the trick

Show less