- table/check I guess one of available options is executed ? Coz none is default selected ?
- table/check again. First, result of previous check should be cleared, otherwise it is hanging there and one does not know if hang is after result of check running or ...
Maintenance
- table/check I guess one of available options is executed ? Coz none is default selected ?
All checkable options are optional. If no checkbox is checked then HeidiSQL just executes
CHECK TABLE xyz;
Try yourself - if you check Quick, then HeidiSQL executes
CHECK TABLE xyz QUICK;
- table/check again. First, result of previous check should be cleared, otherwise it is hanging there and one does not know if hang is after result of check running or ...
A newly click on the Execute button first clears the results, doesn't it?
Please login to leave a reply, or register at first.