1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).

Fixing copyright text.
This commit is contained in:
Alexander Nozdrin
2010-08-12 19:19:57 +04:00
parent 93594dff84
commit 13ec2a1625
46 changed files with 112 additions and 125 deletions

View File

@ -144,7 +144,7 @@ mysql_declare_plugin(audit_null)
MYSQL_AUDIT_PLUGIN, /* type */
&audit_null_descriptor, /* descriptor */
"NULL_AUDIT", /* name */
"MySQL AB", /* author */
"Oracle Corp", /* author */
"Simple NULL Audit", /* description */
PLUGIN_LICENSE_GPL,
audit_null_plugin_init, /* init function (when loaded) */