vieten / sequel-pro

Automatically exported from code.google.com/p/sequel-pro
Other
0 stars 0 forks source link

SHOW INNODB STATUS output is misleading in tableview #1184

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run the following query: "SHOW INNODB STATUS"
2. View results

What is the expected output? What do you see instead?
The output is essentially blank... I get a "Type" column which says "InnoDB" 
and two empty columns: "Name" & "Status". The output should give me the 
detailed output from the command. I ran the command in phpMyAdmin and it worked 
just fine.

What version of Sequel Pro are you using? What version of MySQL are you
connecting to on the server?

SequelPro 0.9.9.1
MySQL 5.1.44

Please provide any additional information below.

Original issue reported on code.google.com by dannykopping on 10 Sep 2011 at 9:41

GoogleCodeExporter commented 9 years ago
Attached is a screenshot of the output

Original comment by dannykopping on 10 Sep 2011 at 9:41

Attachments:

GoogleCodeExporter commented 9 years ago
The output of Sequel Pro is correct.
Because of the formatting MySQL uses it is just not obvious:

Make sure Field Editor mode is enabled (under Edit menu)  and then click in the 
status column in the result row.

What we could perhaps improve is display of fields which "look" empty.

Original comment by schlabbe...@gmail.com on 11 Sep 2011 at 12:40

GoogleCodeExporter commented 9 years ago
Sure, that'd be great... Thanks for the great app!

Original comment by dannykopping on 11 Sep 2011 at 1:15

GoogleCodeExporter commented 9 years ago
r3428 reworks multiline behaviour within table views; field previews are now 
always displayed on a single line, showing grey placeholders for linebreak 
characters, and editing cells containing linebreaks will now always trigger the 
editing sheet (keyboard navigation has also been improved).

If you'd like to test this, we make development builds available via 
http://nightly.sequelpro.com/ (with the usual dire warnings), or you can wait 
for the next stable build :)

Thanks for the report!

Original comment by rowanb@gmail.com on 21 Sep 2011 at 12:54

GoogleCodeExporter commented 9 years ago
Great, thanks @rowanb
I'll give the nightly build a try this evening

Original comment by dannykopping on 21 Sep 2011 at 10:08

GoogleCodeExporter commented 9 years ago
Works perfectly :)
Thanks again!

Original comment by dannykopping on 21 Sep 2011 at 10:49