Details
Description
connect u,localhost,root; |
set group_concat_max_len=2*@@max_allowed_packet; |
select length(group_concat(repeat('a', @@max_allowed_packet-1), repeat('a', @@max_allowed_packet-1))) from dual; |
disconnect u;
|
connection default; |
Reported by Hcamael (www.aipyaipy.com)