diff options
author | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-12-10 22:19:09 +0200 |
---|---|---|
committer | Vicențiu Ciorbaru <vicentiu@mariadb.org> | 2016-12-10 22:23:25 +0200 |
commit | eb4f2e063c341d9f3644339c68cb01679e782001 (patch) | |
tree | c25b7269100f45ffdf2520c3d1d61b3272fcb890 /mysql-test/r/key.result | |
parent | 3e8155c637096da8fd019c42b78746be2bf89944 (diff) | |
download | mariadb-git-eb4f2e063c341d9f3644339c68cb01679e782001.tar.gz |
MDEV-11533: Roles with trailing white spaces are not cleared correctly
Role names with trailing whitespaces are truncated in length as of
956e92d90873532fee95581c702f7b76643969ea to fix MDEV-8609. The problem
is that the code that creates role mappings expects the string to be null
terminated.
Add the null terminator to account for that as well. In the future
the rest of the code can be cleaned up to never assume c style strings
but only LEX_STRINGS.
Diffstat (limited to 'mysql-test/r/key.result')
0 files changed, 0 insertions, 0 deletions