summaryrefslogtreecommitdiff
path: root/sql/sp_cache.h
diff options
context:
space:
mode:
authorunknown <pem@mysql.telia.com>2003-09-24 15:26:20 +0200
committerunknown <pem@mysql.telia.com>2003-09-24 15:26:20 +0200
commit03042c7db4be039b0088de24bd5b7b50f76c91b5 (patch)
treefdea976683e3ed29968154712c74254ba5b0aa07 /sql/sp_cache.h
parentcd8508d3716e78c06eea3585641ff2527ad463cb (diff)
downloadmariadb-git-03042c7db4be039b0088de24bd5b7b50f76c91b5.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 *