rodrigogs / mysql-events

A node package that watches a MySQL database and runs callbacks on matched events.
BSD 3-Clause "New" or "Revised" License
136 stars 52 forks source link

No DELETE events on mariadb:10.7 #40

Open enricodeleo opened 2 years ago

enricodeleo commented 2 years ago

I'm testing this module non mariadb server on Docker. Binlog enabled via command line such as

command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci --log-bin

It apparently works flawlessly with UPDATE statements, but DELETE is completely discarded.

Any ideas?