Bug #101390 Left Join on information_schema.columns doest work as expected
Submitted: 30 Oct 2020 2:52 Modified: 11 Jan 2021 18:04
Reporter: Jorge Jaen Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server: DML Severity:S3 (Non-critical)
Version:8.0.21 MySQL Community Server OS:Windows
Assigned to: CPU Architecture:Other (64 bit)
Tags: #Query #information_schema.columns

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:

[22 Feb 2021 14:53] HGM HGM
Schema for simulation.

Attachment: create-schema.sql (application/octet-stream, text), 10.40 KiB.

[22 Feb 2021 14:53] HGM HGM
Sample select.

Attachment: select-sample.sql (application/octet-stream, text), 748 bytes.