I know it's available since version 5.1,but :
- Is it stable?
- Is it possible to trigger event when there is insert/update operation on specific columns instead of the whole table?
I know it's available since version 5.1,but :
IF(OLD.col <> NEW.col, ...)