Skip to content

Commit 5ad3f44

Browse files
committed
merge mysql-5.1->mysql-5.5
2 parents 2233d6c + 798ac10 commit 5ad3f44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

plugin/fulltext/plugin_example.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Copyright (C) 2006 MySQL AB
1+
/* Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
22
33
This program is free software; you can redistribute it and/or modify
44
it under the terms of the GNU General Public License as published by
@@ -259,7 +259,7 @@ mysql_declare_plugin(ftexample)
259259
MYSQL_FTPARSER_PLUGIN, /* type */
260260
&simple_parser_descriptor, /* descriptor */
261261
"simple_parser", /* name */
262-
"MySQL AB", /* author */
262+
"Oracle Corp", /* author */
263263
"Simple Full-Text Parser", /* description */
264264
PLUGIN_LICENSE_GPL,
265265
simple_parser_plugin_init, /* init function (when loaded) */

0 commit comments

Comments
 (0)