We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b032d1 commit ace8b25Copy full SHA for ace8b25
src/MySQLdb/_mysql.c
@@ -1785,7 +1785,7 @@ _mysql_ConnectionObject_insert_id(
1785
1786
static char _mysql_ConnectionObject_kill__doc__[] =
1787
"Asks the server to kill the thread specified by pid.\n\
1788
-Non-standard.";
+Non-standard. Deprecated.";
1789
1790
static PyObject *
1791
_mysql_ConnectionObject_kill(
@@ -2003,7 +2003,7 @@ _mysql_ConnectionObject_select_db(
2003
2004
static char _mysql_ConnectionObject_shutdown__doc__[] =
2005
"Asks the database server to shut down. The connected user must\n\
2006
-have shutdown privileges. Non-standard.\n\
+have shutdown privileges. Non-standard. Deprecated.\n\
2007
";
2008
2009
0 commit comments