Skip to content

Commit

Permalink
deprecate APIs deprecated in MySQL 8
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Feb 4, 2024
1 parent 8b032d1 commit ace8b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MySQLdb/_mysql.c
Original file line number Diff line number Diff line change
Expand Up @@ -1785,7 +1785,7 @@ _mysql_ConnectionObject_insert_id(

static char _mysql_ConnectionObject_kill__doc__[] =
"Asks the server to kill the thread specified by pid.\n\
Non-standard.";
Non-standard. Deprecated.";

static PyObject *
_mysql_ConnectionObject_kill(
Expand Down Expand Up @@ -2003,7 +2003,7 @@ _mysql_ConnectionObject_select_db(

static char _mysql_ConnectionObject_shutdown__doc__[] =
"Asks the database server to shut down. The connected user must\n\
have shutdown privileges. Non-standard.\n\
have shutdown privileges. Non-standard. Deprecated.\n\
";

static PyObject *
Expand Down

0 comments on commit ace8b25

Please sign in to comment.