Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.2.7
-
None
-
MXS-SPRINT-100
Description
my_execute_query(mysql, "create procedure p1() select 1"); |
my_query_and_fetch(mysql, "call p1()"); |
mysql_change_user(mysql, opt_user, opt_password, current_db);
|
When routing target is TARGET_MASTER; COM_CHANGE_USER will not call Backend::auth -> gw_change_user