mirror of
https://github.com/MariaDB/server.git
synced 2025-11-27 05:41:41 +03:00
Arythmetic can overrun the uint type when possible group_concat_max_len is multiplied to collation.mbmaxlen (can easily be like 4). So use ulonglong there for calculations.