1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Post-merge fixes.

This commit is contained in:
unknown
2003-09-24 15:26:20 +02:00
parent cd8508d371
commit 03042c7db4
16 changed files with 51 additions and 51 deletions

View File

@ -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 *