Bug #102789 Different results of SQL query cause by max_allowed_packet
Submitted: 2 Mar 2021 15:35 Modified: 2 Mar 2021 16:46
Reporter: Heng Yang Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server: DML Severity:S2 (Serious)
Version:8.0.22 OS:Any
Assigned to: CPU Architecture:Any

File: Maximum allowed size is 50MB.
Description:
Privacy:

If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.

To split a large file:

[2 Mar 2021 15:38] Heng Yang
The file is used to create table and load data to repeate this bug

Attachment: load_data.sql (application/octet-stream, text), 700.75 KiB.