Our DB crashed (mysql 5.2) and the reason when i looked was
show create table <view_name>
This was not logged as a slow query, but was a pointer value in the crash debug. I really can't understand this, can a view in the DB crash the DB?
Although i can think of removing this view and test, it will be helpful if any of one faced this kind of scenario, its better to know to the reason than hide the reason.