mysql_maxdiskusage icon indicating copy to clipboard operation
mysql_maxdiskusage copied to clipboard

Better error message when blocking query

Open dveeden opened this issue 7 years ago • 1 comments

https://dev.mysql.com/doc/refman/5.7/en/writing-audit-plugins.html This can be done by using my_message()

dveeden avatar Feb 21 '18 09:02 dveeden

It may be convenient to provide a custom message maybe configurable via a global variable (default use what you have.)

This would be used to lead developers/administrators to the right "place" when they see this "unexpected message".

Perhaps implemented as:

mysql> SET GLOBAL maxdiskusage_message='Running out of free disk space. Contact <some_person_or_email_address> for more details.';

sjmudd avatar Nov 21 '18 16:11 sjmudd