Skip to content

Commit ace8b25

Browse files
committed
deprecate APIs deprecated in MySQL 8
1 parent 8b032d1 commit ace8b25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MySQLdb/_mysql.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@ _mysql_ConnectionObject_insert_id(
17851785

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

17901790
static PyObject *
17911791
_mysql_ConnectionObject_kill(
@@ -2003,7 +2003,7 @@ _mysql_ConnectionObject_select_db(
20032003

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

20092009
static PyObject *

0 commit comments

Comments
 (0)