mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
put status variables in the proper pluginname_ scope
(but support the scopeless mysql style too). always output status/system variables in the correct lettercase
This commit is contained in:
parent
c7eead7a96
commit
775e82638b
12 changed files with 49 additions and 118 deletions
|
|
@ -144,24 +144,6 @@ static struct st_mysql_audit descriptor =
|
|||
{ MYSQL_AUDIT_GENERAL_CLASSMASK }
|
||||
};
|
||||
|
||||
mysql_declare_plugin(sql_errlog)
|
||||
{
|
||||
MYSQL_AUDIT_PLUGIN,
|
||||
&descriptor,
|
||||
"SQL_ERROR_LOG",
|
||||
"Alexey Botchkov",
|
||||
"Log SQL level errors to a file with rotation",
|
||||
PLUGIN_LICENSE_GPL,
|
||||
sql_error_log_init,
|
||||
sql_error_log_deinit,
|
||||
0x0100,
|
||||
NULL,
|
||||
vars,
|
||||
NULL,
|
||||
0
|
||||
}
|
||||
mysql_declare_plugin_end;
|
||||
|
||||
maria_declare_plugin(sql_errlog)
|
||||
{
|
||||
MYSQL_AUDIT_PLUGIN,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue