diff options
author | Sergei Golubchik <sergii@pisem.net> | 2012-11-07 19:07:47 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2012-11-07 19:07:47 +0100 |
commit | 06365bf841eab74a1cb4b17e836ff0c372a0dd79 (patch) | |
tree | 55c33aebd83f7c8662b9ebb7dd35882a3ff7b3a5 /plugin/audit_null | |
parent | a52270d7acdbe6f373f089393a96573b874eb381 (diff) | |
download | mariadb-git-06365bf841eab74a1cb4b17e836ff0c372a0dd79.tar.gz |
rename plugin null_audit -> audit_null (to match status variable names)
create audit_null.test
Diffstat (limited to 'plugin/audit_null')
-rw-r--r-- | plugin/audit_null/audit_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/audit_null/audit_null.c b/plugin/audit_null/audit_null.c index 469e5ae494c..be0c70fbd35 100644 --- a/plugin/audit_null/audit_null.c +++ b/plugin/audit_null/audit_null.c @@ -145,7 +145,7 @@ mysql_declare_plugin(audit_null) { MYSQL_AUDIT_PLUGIN, /* type */ &audit_null_descriptor, /* descriptor */ - "NULL_AUDIT", /* name */ + "AUDIT_NULL", /* name */ "Oracle Corp", /* author */ "Simple NULL Audit", /* description */ PLUGIN_LICENSE_GPL, |