mysql event 中on completion preserve的作用

假如在定义event的时候有指定ends:

当为on completion preserve 的时候,当event到期了,event会被disable,但是该event还是会存在
当为on completion not preserve的时候,当event到期的时候,该event会被自动删除掉.

原文地址:https://www.cnblogs.com/lijc1990/p/2997605.html