You've already forked mariadb-connector-c
mirror of
https://github.com/mariadb-corporation/mariadb-connector-c.git
synced 2025-08-08 14:02:17 +03:00
Typo fixed
This commit is contained in:
@@ -1230,7 +1230,7 @@ mysql_real_connect(MYSQL *mysql, const char *host, const char *user,
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (!ny && !(client_flag & CLIENT_REMEMBER_OPTIONS))
|
||||
if (!my && !(client_flag & CLIENT_REMEMBER_OPTIONS))
|
||||
mysql_close_options(mysql);
|
||||
return my;
|
||||
}
|
||||
|
Reference in New Issue
Block a user