You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Port mysql_change_user_nonblocking from 8.0.17 to 8.0.20
Summary:
This diff will port client library change made to add mysql_change_user_nonblocking
api in 8.0.17, to 8.0.20.
In particular, these diffs are ported:
D27452997 : [MySQL client] Add mysql_change_user_nonblocking
D28080971 : [MySQL client](easy) add the declaration of mysql_change_user_nonblocking in mysql.h.pp
D28564637 : [MySQL client] mysql_change_user_nonblocking has to keep calling state_function if it returns STATE_MACHINE_CONTINUE
D28940396 : [MySQL Client] Fix memory leak in mysql_change_user_nonblocking, when the call is terminated abnormally
Reviewed By: yichenshen
Differential Revision: D29434855
0 commit comments