Comment misses in list of objects

lukinhaspm's profile image lukinhaspm posted 9 years ago in Feature discussion Permalink
Hello everybody,

I see today Heidi not fetch the Mysql Event Comment in all objects tree.

Do you think this is a bug?

Comentários = Comments

As follow the print:


ansgar's profile image ansgar posted 9 years ago Permalink
Problem is that MySQL does not return the comment value in
SHOW EVENTS FROM `yourdatabase`;

Probably HeidiSQL should look up events in IS.EVENTS instead of using SHOW EVENTS, as IS.EVENTS shows up comments as well. Even the creation time and last altered date is present there, which are also usefull for the list view.
lukinhaspm's profile image lukinhaspm posted 9 years ago Permalink
I see!

Thanks for your answer! I think it's not a problem who has priority, this not impact the work with Heidi :)

Thanks!
Code modification/commit from ansgar.becker, 9 years ago, revision 9.1.0.4891
Display creation time, last alter time, comment and start time of scheduled events. See http://www.heidisql.com/forum.php?t=17321
ansgar's profile image ansgar posted 9 years ago Permalink
Done in r4891: Now displays comment, last alter time, creation time and start time of scheduled events.
lukinhaspm's profile image lukinhaspm posted 9 years ago Permalink
Thank you Ansgar! Works fine!!

Please login to leave a reply, or register at first.