mirror of https://github.com/MariaDB/server
Browse Source
that returns the results of aggregation by GROUP_CONCAT. The crash was due to an overflow happened for the field sortoder->length. The fix prevents this overflow exploiting the fact that the value of sortoder->length cannot be greater than the value of thd->variables.max_sort_length.pull/73/head
3 changed files with 25 additions and 0 deletions
Loading…
Reference in new issue