mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Patch for Bug#55854 (MySQL AB should not be AUTHOR, copyright incorrect).
Fixing copyright text.
This commit is contained in:
parent
92814d6d27
commit
8b645bed97
46 changed files with 112 additions and 125 deletions
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue