summaryrefslogtreecommitdiff
path: root/sql/sql_insert.cc
diff options
context:
space:
mode:
authorSergey Vojtovich <svoj@mariadb.org>2018-10-19 19:10:45 +0400
committerSergey Vojtovich <svoj@mariadb.org>2018-10-19 19:10:45 +0400
commit642394197e397fa73d776ee1fecdbd07f54607ff (patch)
tree3d141cd4de621922919cba71eb215231c62d5d6d /sql/sql_insert.cc
parent4ac85d6fd7c43fd0c45c98c0b55810591bd7594b (diff)
downloadmariadb-git-642394197e397fa73d776ee1fecdbd07f54607ff.tar.gz
Remove unused code.
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r--sql/sql_insert.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc
index 8b03c722898..5ecdd72541f 100644
--- a/sql/sql_insert.cc
+++ b/sql/sql_insert.cc
@@ -2353,7 +2353,7 @@ TABLE *Delayed_insert::get_local_table(THD* client_thd)
The thread could be killed with an error message if
di->handle_inserts() or di->open_and_lock_table() fails.
The thread could be killed without an error message if
- killed using mysql_notify_thread_having_shared_lock() or
+ killed using THD::notify_shared_lock() or
kill_delayed_threads_for_table().
*/
if (!thd.is_error())