src/TriggersBinding/MySqlTableChangeMonitor.cs (2 lines): - line 210: catch (Exception e) when (connection.IsBrokenOrClosed()) // TODO: e.IsFatalMySqlException() || - check mysql corresponding - line 318: if (connection.IsBrokenOrClosed()) // TODO: e.IsFatalMySqlException() || - check mysql corresponding src/TriggersBinding/MySqlTriggerListener.cs (1 line): - line 68: // TODO: when we move to reading them exclusively from the host options, remove reading from settings.