diff options
Diffstat (limited to 'sql/sp_cache.h')
-rw-r--r-- | sql/sp_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sp_cache.h b/sql/sp_cache.h index 68a97839ed8..5e7825d70fc 100644 --- a/sql/sp_cache.h +++ b/sql/sp_cache.h @@ -41,7 +41,7 @@ public: inline void insert(sp_head *sp) { - hash_insert(&m_hashtable, (const byte *)sp); + my_hash_insert(&m_hashtable, (const byte *)sp); } inline sp_head * |