mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Cleanups
configure.in: Only allow --with-pstack on Linux x86 mysql-test/t/merge.test: Add test of using db.tablename in UNION() mysys/mf_qsort.c: Fix when using purify mysys/my_dup.c: Cleanup mysys/raid.cc: Cleanup sql/gen_lex_hash.cc: Smaller array sql/ha_innobase.cc: Remove warnings sql/mysqld.cc: Remove not used option from --help sql/sql_class.h: Cleanup
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user