2020-05-16T16:00:00.480868Z 26741 [ERROR] Event Scheduler: [root@localhost][table] Thread stack overrun: 3391 bytes used of a 131072 byte stack, and 128000 bytes needed. Use 'mysqld --thread_stack=#' to specify a bigger stack.
2020-05-16T16:00:00.542745Z 26741 [Note] Event Scheduler: [root@localhost].[table] event execution failed.Solution:
Edit mysqld.conf, change thread_stack = 128K to 256K
or
Modify your event definition, create a store procudure and move all event body into it.
PID: 329@2020-05-17 10:49:02 ~

