• unknown's avatar
    BUG#13310 incorrect user parsing by SP · 3bcbf913
    unknown authored
     - Strip surrounding ''s from username when a new user connects. There
       is no user 'a@', it should be a@
    
    
    mysql-test/r/grant2.result:
      Update test result
    mysql-test/t/grant2.test:
      Add tests for bug 13310
    sql/sql_parse.cc:
      Strip surrounding ''s from username when a new user connects. There 
      is no user 'a@', it should be a@
    3bcbf913
grant2.test 16.2 KB