Skip to content

Commit 01f8209

Browse files
Gatsby-Leemethane
authored andcommitted
Fix typo in _mysql.c (#287)
1 parent 9f71220 commit 01f8209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_mysql.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static int _mysql_server_init_done = 0;
9999
#endif
100100

101101
/* 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 */
102+
The MYSQL_OPT_READ_TIMEOUT appear in the version 5.1.12 */
103103
#if MYSQL_VERSION_ID > 50112
104104
#define HAVE_MYSQL_OPT_TIMEOUTS 1
105105
#endif

0 commit comments

Comments
 (0)