Nil pointer dereference for create user 'foo'@'%' identified by ''
#4085
Labels
bug
Something isn't working
create user 'foo'@'%' identified by ''
#4085
When specifying an empty string for a user password, Dolt panics with a nil pointer dereference:
MySQL handles this gracefully and creates the user.
The text was updated successfully, but these errors were encountered: