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:
Comment misses in list of objects
Problem is that MySQL does not return the comment value in
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.
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.
Code modification/commit
177a77d
from ansgar.becker,
10 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
Please login to leave a reply, or register at first.