Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 01f8209

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎_mysql.c

Copy file name to clipboardExpand all lines: _mysql.c
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.