We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f36ea2 commit fc0c03aCopy full SHA for fc0c03a
_mysql.c
@@ -594,12 +594,11 @@ _mysql_ConnectionObject_Initialize(
594
&init_command, &read_default_file,
595
&read_default_group,
596
&client_flag, &ssl,
597
- &local_infile, /* DO NOT PATCH FOR RECONNECT, IDIOTS
598
- IF YOU DO THIS, I WILL NOT SUPPORT YOUR PACKAGES. */
+ &local_infile
599
#ifdef HAVE_MYSQL_OPT_READ_TIMEOUT
600
- &read_timeout
+ , &read_timeout
601
#endif
602
- ))
+ ))
603
return -1;
604
605
#ifdef IS_PY3K
0 commit comments