mirror of https://github.com/MariaDB/server
Browse Source
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().
pull/73/head
4 changed files with 103 additions and 1 deletions
Loading…
Reference in new issue