mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Temporary commit of 10.0-merge
This commit is contained in:
@ -1328,7 +1328,7 @@ static ulong get_sort(uint count,...)
|
||||
chars= 128; // Marker that chars existed
|
||||
}
|
||||
}
|
||||
sort= (sort << 8) + (wild_pos ? min(wild_pos, 127U) : chars);
|
||||
sort= (sort << 8) + (wild_pos ? MY_MIN(wild_pos, 127U) : chars);
|
||||
}
|
||||
va_end(args);
|
||||
return sort;
|
||||
|
Reference in New Issue
Block a user