There is a compile error in the code:
&local_infile, /* DO NOT PATCH FOR RECONNECT, IDIOTS
IF YOU DO THIS, I WILL NOT SUPPORT YOUR PACKAGES. */
&read_timeout
))
should be
&local_infile /* DO NOT PATCH FOR RECONNECT, IDIOTS
IF YOU DO THIS, I WILL NOT SUPPORT YOUR PACKAGES. */
,&read_timeout
))
(notice comma placement)
This is not in the latest release.