_mysql: db -> database, passwd -> password (#513)

This commit is contained in:
Inada Naoki
2021-10-19 15:04:33 +09:00
committed by GitHub
parent 16d139c61f
commit 204fb12368
2 changed files with 5 additions and 5 deletions

View File

@ -414,7 +414,7 @@ _mysql_ConnectionObject_Initialize(
*db = NULL, *unix_socket = NULL;
unsigned int port = 0;
unsigned int client_flag = 0;
static char *kwlist[] = { "host", "user", "passwd", "db", "port",
static char *kwlist[] = { "host", "user", "password", "database", "port",
"unix_socket", "conv",
"connect_timeout", "compress",
"named_pipe", "init_command",