1. 11 Oct, 2005 1 commit
    • pem@mysql.com's avatar
      Fixed BUG#13510: Setting password local variable changes current password · 2456c0c6
      pem@mysql.com authored
        Disallow conflicting use of variables named "password" and "names". If such
        a variable is declared, and "SET ... = ..." is used for them, an error is
        returned; the user must resolve the conflict by either using `var` (indicating
        that the local variable is set) or by renaming the variable.
        This is necessary since setting "password" and "names" are treated as special
        cases by the parser.
      2456c0c6
  2. 10 Oct, 2005 2 commits
  3. 09 Oct, 2005 1 commit
  4. 08 Oct, 2005 4 commits
  5. 07 Oct, 2005 8 commits
  6. 06 Oct, 2005 18 commits
  7. 05 Oct, 2005 6 commits