1. 15 Nov, 2006 3 commits
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my50-bug17700 · f16d28ac
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my51-bug17700
      
      
      scripts/mysql_fix_privilege_tables.sh:
        Auto merged
      f16d28ac
    • unknown's avatar
      Merge zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my41-bug17700 · 5d7dcb80
      unknown authored
      into  zippy.cornsilk.net:/home/cmiller/work/mysql/bug17700/my50-bug17700
      
      
      scripts/mysql_fix_privilege_tables.sh:
        Auto merged
      5d7dcb80
    • unknown's avatar
      Bug#17700: mysql_fix_privilege_tables cannot handle a password \ · e4849218
      unknown 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.
      
      
      scripts/mysql_fix_privilege_tables.sh:
        Moved password existence check to end to allow for passwords with
        with embedded spaces.
      e4849218
  2. 13 Nov, 2006 15 commits
  3. 11 Nov, 2006 3 commits
  4. 10 Nov, 2006 13 commits
  5. 09 Nov, 2006 6 commits