diff options
Diffstat (limited to 'sql/authors.h')
-rw-r--r-- | sql/authors.h | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/sql/authors.h b/sql/authors.h index 3925696d640..84c29f8c127 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -1,5 +1,7 @@ -/* - Copyright (c) 2005, 2010, Oracle and/or its affiliates. +#ifndef AUTHORS_INCLUDED +#define AUTHORS_INCLUDED + +/* Copyright (c) 2005, 2010, Oracle and/or its affiliates. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -12,8 +14,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -*/ + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ /* Structure of the name list */ @@ -48,12 +49,13 @@ struct show_table_authors_st show_table_authors[]= { "Query Cache (4.0), Subqueries (4.1), Views (5.0)" }, { "Brian (Krow) Aker", "Seattle, WA, USA", "Architecture, archive, federated, bunch of little stuff :)" }, + { "Marc Alff", "Denver, CO, USA", "Signal, Resignal, Performance schema" }, + { "Venu Anuganti", "", "Client/server protocol (4.1)" }, { "Kristian Nielsen", "Copenhagen, Denmark", "General build stuff," }, { "Alexander (Bar) Barkov", "Izhevsk, Russia", "Unicode and character sets (4.1)" }, { "Guilhem Bichot", "Bordeaux, France", "Replication (since 4.0)" }, - { "Venu Anuganti", "", "Client/server protocol (4.1)" }, { "Konstantin Osipov", "Moscow, Russia", "Prepared statements (4.1), Cursors (5.0)" }, { "Dmitri Lenev", "Moscow, Russia", @@ -99,6 +101,7 @@ struct show_table_authors_st show_table_authors[]= { { "Arjen Lentz", "Brisbane, Australia", "Documentation (2001-2004), Dutch error messages, LOG2()" }, { "Marc Liyanage", "", "Created Mac OS X packages" }, + { "Kelly Long", "Denver, CO, USA", "Pool Of Threads" }, { "Zarko Mocnik", "", "Sorting for Slovenian language" }, { "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" }, { "Alexis Mikhailov", "", "User-defined functions" }, @@ -157,3 +160,5 @@ struct show_table_authors_st show_table_authors[]= { {"Percona", "CA, USA", "Microslow patches"}, {NULL, NULL, NULL} }; + +#endif /* AUTHORS_INCLUDED */ |