summaryrefslogtreecommitdiff
path: root/sql/sql_class.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_class.cc')
-rw-r--r--sql/sql_class.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/sql/sql_class.cc b/sql/sql_class.cc
index ac952fffae8..e32344115da 100644
--- a/sql/sql_class.cc
+++ b/sql/sql_class.cc
@@ -5037,15 +5037,6 @@ extern "C" enum enum_server_command thd_current_command(MYSQL_THD thd)
return thd->get_command();
}
-
-extern "C" int thd_slave_thread(const MYSQL_THD thd)
-{
- return(thd->slave_thread);
-}
-
-
-
-
/* Returns high resolution timestamp for the start
of the current query. */
extern "C" unsigned long long thd_start_utime(const MYSQL_THD thd)