summaryrefslogtreecommitdiff
path: root/storage/innobase/include/ha_prototypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/include/ha_prototypes.h')
-rw-r--r--storage/innobase/include/ha_prototypes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/storage/innobase/include/ha_prototypes.h b/storage/innobase/include/ha_prototypes.h
index d9a26226e98..da9dec05827 100644
--- a/storage/innobase/include/ha_prototypes.h
+++ b/storage/innobase/include/ha_prototypes.h
@@ -199,13 +199,6 @@ but can be used for comparison.
extern "C" unsigned long long thd_start_utime(const MYSQL_THD thd);
-/**
- Indicate the start of an async operation in a foreground thread.
-@param thd current_thd
-@return thd
-@retval nullptr if this is not a foreground thread */
-THD *innodb_thd_increment_pending_ops(THD *thd);
-
/** Determines the current SQL statement.
Thread unsafe, can only be called from the thread owning the THD.
@param[in] thd MySQL thread handle