I'm trying to track a bug which corrupted some tables in mysql and I need to know, what happens if /tmp gets full at the same time some update query executes, will it fail? If does, where does this get logged? If doesn't is there a way to log that?
Thank you!