Bug #114030 data are not displayed
Submitted: 19 Feb 2024 7:54 Modified: 19 Feb 2024 12:41
Reporter: praveen mangi Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Workbench Severity:S3 (Non-critical)
Version:8.0.36 OS:Windows (Microsoft Windows 10 Pro)
Assigned to: MySQL Verification Team CPU Architecture:Any
Tags: WBBugReporter

[19 Feb 2024 7:54] praveen mangi
Description:
----[For better reports, please attach the log file after submitting. You can find it in C:\Users\Praveen\AppData\Roaming\MySQL\Workbench\log\wb.log]                  after connection to the local mysql database.
Running a query
Nothing is displayed in view data grid

* Regression potential
the change is limited and to match gtk changes, check that the program works as it should, nothing special to watch

How to repeat:
create database school;
use school;
create table students(sid int,name char(20),age int,course char(20));
select * from students;
insert into students value(1,"ram",26,"table") 

execute the explain command under the statement command
 
The result in explain command shows blank instedad of showing data in colum and rows with data
[19 Feb 2024 12:41] MySQL Verification Team
Hello praveen mangi,

Thank you for taking the time to report a problem. 
To investigate further this issue at our end, may I kindly request you to launch workbench under debug mode (--log-level=debug3) and provide unaltered workbench log file(more details about log are explained here - https://dev.mysql.com/doc/workbench/en/workbench-reporting-bugs.html)?

Again, thank you for your continued support of MySQL.