Bug #44459 MySQL Connector for .net 6.0.3.0 doesn't return Role validation.
Submitted: 24 Apr 2009 15:18 Modified: 27 Apr 2009 7:35
Reporter: Fernando Godoy Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / NET Severity:S1 (Critical)
Version:6.0.3.0 OS:Windows
Assigned to: CPU Architecture:Any
Tags: connector, roles

[24 Apr 2009 15:18] Fernando Godoy
Description:
After install version 6.0.3.0 of MySQL Connection .net my application stop work and I try to lock for a problem and if I return to version 6.0.0.0 the application works again. 
The problem it that the connector cannot validade the user with the associated role. When I try to use "Roles.IsUserInRole("RoleName")" with a user that pertencees a informed role, the connector always return that the user cannot pertence to the role.

How to repeat:
Use Roles.IsUserInRole("Rolename") with a user that have correct role access.
[27 Apr 2009 7:35] Tonci Grgin
Hi Fernando and thanks for your report.

I think it's related to Bug#44414 which already has test case attached so I'll mark it as duplicate and continue investigation there.