1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00
This commit is contained in:
monty@hundin.mysql.fi
2001-09-07 22:38:45 +03:00
parent 81006dd227
commit b4ec9cf608
9 changed files with 15 additions and 15 deletions

View File

@@ -614,7 +614,7 @@ public:
Unique(qsort_cmp2 comp_func, void * comp_func_fixed_arg,
uint size, ulong max_in_memory_size_arg);
~Unique();
inline bool Unique::unique_add(gptr ptr)
inline bool unique_add(gptr ptr)
{
if (tree.elements_in_tree > max_elements && flush())
return 1;