mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
Plugins get error notifications only when my_message_sql() is called.
But errors are launched with THD::raise_condition() calls in other
places. These are push_warning(), implementations of SIGNAL and
RESIGNAL commands.
So it makes sence to notify plugins there in THD::raise_condition().
162 KiB
162 KiB