mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Post-merge changes for bug #31207: Test "join_nested" shows different strategy on IA64 CPUs / Intel's ICC compiler.
This commit is contained in:
@@ -666,8 +666,8 @@ bool partition_info::check_list_constants()
|
||||
if (fixed && no_list_values)
|
||||
{
|
||||
bool first= TRUE;
|
||||
qsort((void*)list_array, no_list_values, sizeof(LIST_PART_ENTRY),
|
||||
&list_part_cmp);
|
||||
my_qsort((void*)list_array, no_list_values, sizeof(LIST_PART_ENTRY),
|
||||
&list_part_cmp);
|
||||
|
||||
i= 0;
|
||||
LINT_INIT(prev_value);
|
||||
|
Reference in New Issue
Block a user