fix failing main.mysql_client_test test on 32bit
in `ulonglong=ulong*uint` multiplication is done in ulong, wrapping around on 32bit. This became visible after C/C changed the default charset to utf8, thus changing mbmaxlem from 1 to 3.
Showing
Please register or sign in to comment