summaryrefslogtreecommitdiff
path: root/sql/sp_cache.h
diff options
context:
space:
mode:
authorpem@mysql.telia.com <>2003-09-24 15:26:20 +0200
committerpem@mysql.telia.com <>2003-09-24 15:26:20 +0200
commit6e55a3428aa3615e15a1c56f47817ab6e962f036 (patch)
treefdea976683e3ed29968154712c74254ba5b0aa07 /sql/sp_cache.h
parent8d884c02bb2ca2f2b4bce6dccbaf69d6935e293d (diff)
downloadmariadb-git-6e55a3428aa3615e15a1c56f47817ab6e962f036.tar.gz
Post-merge fixes.
Diffstat (limited to 'sql/sp_cache.h')
-rw-r--r--sql/sp_cache.h2
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 *