diff options
author | unknown <pem@mysql.telia.com> | 2003-09-24 15:26:20 +0200 |
---|---|---|
committer | unknown <pem@mysql.telia.com> | 2003-09-24 15:26:20 +0200 |
commit | 03042c7db4be039b0088de24bd5b7b50f76c91b5 (patch) | |
tree | fdea976683e3ed29968154712c74254ba5b0aa07 /sql/sp_cache.h | |
parent | cd8508d3716e78c06eea3585641ff2527ad463cb (diff) | |
download | mariadb-git-03042c7db4be039b0088de24bd5b7b50f76c91b5.tar.gz |
Post-merge fixes.
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 * |