Skip to content

Commit 2a08b2c

Browse files
committed
sql_hset.h - include what you use uchar comes from my_global.h
1 parent addcf08 commit 2a08b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/sql_hset.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
along with this program; if not, write to the Free Software
1616
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1335 USA */
1717

18+
#include "my_global.h"
1819
#include "hash.h"
1920

2021

@@ -39,7 +40,7 @@ class Hash_set
3940

4041
Hash_set(PSI_memory_key psi_key, CHARSET_INFO *charset, ulong default_array_elements,
4142
size_t key_offset, size_t key_length, my_hash_get_key get_key,
42-
void (*free_element)(void*), uint flags)
43+
void (*free_element)(void*),uint flags)
4344
{
4445
my_hash_init(psi_key, &m_hash, charset, default_array_elements, key_offset,
4546
key_length, get_key, free_element, flags);

0 commit comments

Comments
 (0)