MySQL Forums
Forum List  »  Newbie

Re: Need help with COM_CHANGE_USER
Posted by: Peter Brawley
Date: June 12, 2018 07:32AM

The com_change_user docs https://dev.mysql.com/doc/internals/en/com-change-user.html point to ...

https://dev.mysql.com/doc/internals/en/mysql-server.html#parse_com_change_user_packet

... then to ...

parse_com_change_user_packet
Mysql-5.5
/sql/sql_acl.cc:8253

... which is at ...

http://bazaar.launchpad.net/~mysql/mysql-server/5.5/view/head:/sql/sql_acl.cc#L8253

... so it seems you'd need to add a native call as described at https://dev.mysql.com/doc/refman/5.7/en/adding-native-function.html.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need help with COM_CHANGE_USER
June 12, 2018 07:32AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.