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:
@ -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 *
|
||||
|
Reference in New Issue
Block a user