Bug #101433 Empty table name when Export resultset
Submitted: 3 Nov 2020 11:38 Modified: 27 Jan 2021 7:00
Reporter: Sergey Mikhailovsky Email Updates:
Status: Duplicate Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.22 OS:MacOS
Assigned to: CPU Architecture:Any

[3 Nov 2020 11:38] Sergey Mikhailovsky
Description:
/*
-- Query: SELECT * FROM hidden.hidden
where user_id=6743
order by id desc
LIMIT 0, 2000

-- Date: 2020-11-03 13:01
*/
INSERT INTO `` (`id`,`user_id`,

How to repeat:
Get results for any table
press Export/Import
expand popup window (it is too short on height) in order to be able to press "Export" button (it is not visible due to lack of height)
go to location and open file by text editor

Actual result - empty table name - INSERT INTO `` 
Expected result - INSERT INTO `some_table_name`
[3 Nov 2020 11:45] Sergey Mikhailovsky
Unable to see buttons

Attachment: Export_Recordset_and_MySQL_Workbench.png (image/png, text), 190.93 KiB.

[3 Nov 2020 11:47] Sergey Mikhailovsky
Expand by pulling the edge

Attachment: Export_Recordset_and_MySQL_Workbench-2.png (image/png, text), 181.48 KiB.

[3 Nov 2020 12:05] Sergey Mikhailovsky
Empty  Table name

Attachment: some_table.png (image/png, text), 228.84 KiB.

[27 Jan 2021 7:00] MySQL Verification Team
Hello Sergey Mikhailovsky,

Thank you for the bug report.
Imho this is duplicate of Bug #95275, please see Bug #95275.

Regards,
Ashwini Patil