Monty
|
af7490f95d
|
Remove end . from error messages to get them consistent
Fixed a few failing tests
|
2016-10-05 01:11:08 +03:00 |
|
Sergey Vojtovich
|
282497dd6d
|
MDEV-6720 - enable connection log in mysqltest by default
|
2016-03-31 10:11:16 +04:00 |
|
Sergei Golubchik
|
956e92d908
|
MDEV-8609 Server crashes in is_invalid_role_name on reloading ACL with a blank role name
strip endspaces from the role name in the parser
because they'll be lost anyway when the name is stored
in the mysql.user.user column (of type CHAR)
|
2015-10-22 11:58:54 +02:00 |
|
Vicențiu Ciorbaru
|
6c55e52b10
|
MDEV-7774: Crash when dropping user within rebuild_role_grants
The issue comes from not taking all possibilities to match an entry
within the roles_mapping HASH, when updating the data structure.
|
2015-05-03 11:49:49 +03:00 |
|
Sergei Golubchik
|
dba4e82a84
|
MDEV-5525 Assertion `status == 0' fails on creating user after granting it role admin option
don't add entries to acl_roles_mappings hash for non-existing grantees.
|
2014-01-29 11:00:06 +01:00 |
|
Sergei Golubchik
|
416148a4cf
|
MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>
recognize the context better:
always treat the barename as a username in the username context
|
2014-01-29 00:05:24 +01:00 |
|
Sergei Golubchik
|
5a385146ae
|
MDEV-5523 Server crashes on DROP USER <rolename>
use 'user_name' for the error message (fixed, after get_current_user()),
not the original tmp_user_name, as it comes from the parser (host == NULL).
|
2014-01-28 21:11:56 +01:00 |
|
Sergei Golubchik
|
03b428d2cd
|
MDEV-5520 Connection lost on wrong CREATE ROLE
|
2014-01-28 21:01:21 +01:00 |
|
Sergei Golubchik
|
a3f4b58dac
|
move role tests to a dedicated suite
|
2013-10-21 19:57:25 -07:00 |
|