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 9f71220 commit 01f8209Copy full SHA for 01f8209
_mysql.c
@@ -99,7 +99,7 @@ static int _mysql_server_init_done = 0;
99
#endif
100
101
/* According to https://dev.mysql.com/doc/refman/5.1/en/mysql-options.html
102
- The MYSQL_OPT_READ_TIMEOUT apear in the version 5.1.12 */
+ The MYSQL_OPT_READ_TIMEOUT appear in the version 5.1.12 */
103
#if MYSQL_VERSION_ID > 50112
104
#define HAVE_MYSQL_OPT_TIMEOUTS 1
105
0 commit comments