1. 15 Nov, 2006 1 commit
    • cmiller@zippy.cornsilk.net's avatar
      Bug#17700: mysql_fix_privilege_tables cannot handle a password \ · 3ebd031e
      cmiller@zippy.cornsilk.net authored
      	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.
      3ebd031e
  2. 25 Oct, 2006 4 commits
  3. 24 Oct, 2006 8 commits
  4. 23 Oct, 2006 9 commits
  5. 20 Oct, 2006 4 commits
  6. 19 Oct, 2006 10 commits
  7. 18 Oct, 2006 4 commits