Created attachment 781 Optimized Patch Attached
> Sending the username is unecessary as the monitor already knows it (ie > authctxt->user). Hostname can be determined too (see mm_record_login). As a
> general rule, as little as possible should be sent from slave to monitor.
Yes, I have extracted user and hostname from authctxt->user and get_canonical_hostname () in monitor.c function .
Created attachment 781
Optimized Patch Attached
> Sending the username is unecessary as the monitor already knows it (ie
> authctxt->user). Hostname can be determined too (see mm_record_login). As a
> general rule, as little as possible should be sent from slave to monitor.
Yes, I have extracted user and hostname from authctxt->user and hostname () in monitor.c function .
get_canonical_