From e5157af0ed9ec8373d04b6e8d1d36922002784b7 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Nov 2005 11:28:07 +0100 Subject: --- sql/authors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/authors.h') diff --git a/sql/authors.h b/sql/authors.h index ab5e367d707..c4b79198fce 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -30,5 +30,6 @@ struct show_table_authors_st show_table_authors[]= { { "Sergey Vojtovich", "Izhevsk, Russia", "Plugins infrastructure (5.1)" }, { "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (Stored Procedures, 5.0)" }, { "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" }, + { "Kent Boortz", "Orebro, Sweden", "Test platform, and general build stuff" }, {NULL, NULL, NULL} }; -- cgit v1.2.1 From 1111a529984a73c1d42c01ce5975e9addbcd01e2 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Nov 2005 12:05:08 +0100 Subject: Added my name. --- sql/authors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/authors.h') diff --git a/sql/authors.h b/sql/authors.h index c4b79198fce..59962e48f14 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -20,6 +20,7 @@ struct show_table_authors_st show_table_authors[]= { { "Serge Kozlov", "Velikie Luki, Russia", "Testing - Cluster"}, { "Matthias Leich", "Berlin, Germany", "Testing - Server"}, { "Jonathan (Jeb) Miller", "Kyle, TX. USA", "Testing - Cluster, Replication"}, + { "Kristian Nielsen", "Copenhagen, Denmark", "General build stuff"}, { "Carsten Segieth (Pino)", "Fredersdorf, Germany", "Testing - Server"}, { "Punita Srivastava", "Austin, TX. USA", "Testing - Merlin"}, { "Alexey Stroganov (Ranger)", "Lugansk, Ukraine", "Testing - Benchmarks"}, -- cgit v1.2.1 From ccdb1ee999e9f08a600dfb3b9270aeeb6c481673 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Nov 2005 15:32:26 -0800 Subject: Update list of authors with information from documentation. mysql-test/r/show_check.result: Remove authors from test result mysql-test/t/show_check.test: Don't put list of authors in results, just test that SHOW AUTHORS doesn't give us any sort of error sql/authors.h: Add copyright notice, fix formatting of comments, update and alphabetize list of authors, fix up formatting of entries. --- sql/authors.h | 150 +++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 127 insertions(+), 23 deletions(-) (limited to 'sql/authors.h') diff --git a/sql/authors.h b/sql/authors.h index 59962e48f14..9b9dbdf1318 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -1,9 +1,20 @@ -/*************************************************************************** -** Output from "SHOW AUTHORS" -** If you can update it, you get to be in it :) -** Dont be offended if your name is not in here, just add it! -** IMPORTANT: Names should be added in alphabetical order -***************************************************************************/ +/* Copyright (C) 2005 MySQL AB & MySQL Finland AB & TCX DataKonsult AB + + 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 + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +/* Structure of the name list */ struct show_table_authors_st { const char *name; @@ -11,26 +22,119 @@ struct show_table_authors_st { const char *comment; }; +/* + Output from "SHOW AUTHORS" + + If you can update it, you get to be in it :) + + Don't be offended if your name is not in here, just add it! + + IMPORTANT: Names should be added in alphabetical order (by last name). + + Names should be encoded using UTF-8. +*/ + struct show_table_authors_st show_table_authors[]= { - { "Brian \"Krow\" Aker", "Seattle, WA. USA", - "Architecture, archive, federated, buncha of little stuff :)" }, - { "David Axmark", "Uppsala, Sweden", "Small stuff long time ago, Monty ripped it out!"}, - { "Omer BarNir", "Sunnyvale, CA. USA", "Testing (sometimes) and general QA stuff"}, - { "Nikolay Grishakin", "Austin, TX. USA", "Testing - Server"}, - { "Serge Kozlov", "Velikie Luki, Russia", "Testing - Cluster"}, - { "Matthias Leich", "Berlin, Germany", "Testing - Server"}, - { "Jonathan (Jeb) Miller", "Kyle, TX. USA", "Testing - Cluster, Replication"}, - { "Kristian Nielsen", "Copenhagen, Denmark", "General build stuff"}, + { "Brian \"Krow\" Aker", "Seattle, WA, USA", + "Architecture, archive, federated, bunch of little stuff :)" }, + { "Venu Anuganti", "", "Client/server protocol (4.1)" }, + { "David Axmark", "Uppsala, Sweden", + "Small stuff long time ago, Monty ripped it out!" }, + { "Alexander (Bar) Barkov", "Izhevsk, Russia", + "Unicode and character sets (4.1)" }, + { "Omer BarNir", "Sunnyvale, CA, USA", + "Testing (sometimes) and general QA stuff" }, + { "Guilhem Bichot", "Salles, France", + "Replication, backup, mysql_tableinfo" }, + { "John Birrell", "", "Emulation of pthread_mutex() for OS/2" }, + { "Andreas F. Bobak", "", "AGGREGATE extension to user-defined functions" }, + { "Alexey Botchkov (Holyfoot)", "Izhevsk, Russia", + "GIS extensions (4.1), embedded server (4.1), precision math (5.0)"}, + { "Oleksandr Byelkin", "Lugansk, Ukraine", + "Query Cache (4.0), Subqueries (4.1), Views (5.0)" }, + { "Kent Boortz", "Orebro, Sweden", "Test platform, and general build stuff" }, + { "Tim Bunce", "", "mysqlhotcopy" }, + { "Yves Carlier", "", "mysqlaccess" }, + { "Joshua Chamas", "Cupertino, CA, USA", + "Concurrent insert, extended date syntax" }, + { "Petr Chardin", "Moscow, Russia", "Instance Manager (5.0)" }, + { "Wei-Jou Chen", "", "Chinese (Big5) character set" }, + { "Albert Chin-A-Young", "", + "Tru64 port, large file support, better TCP wrappers support" }, + { "Jorge del Conde", "Mexico City, Mexico", "Win32 development" }, + { "Antony T. Curtis", "Norwalk, CA, USA", "Parser, port to OS/2" }, + { "Yuri Dario", "", "OS/2 port" }, + { "Sergei Golubchik", "Kerpen, Germany", + "Full-text search, precision math" }, + { "Lenz Grimmer", "Hamburg, Germany", + "Production (build and release) engineering" }, + { "Nikolay Grishakin", "Austin, TX, USA", "Testing - Server" }, + { "Wei He", "", "Chinese (GBK) character set" }, + { "Eric Herman", "Amsterdam, Netherlands", "Bug fixing - federated" }, + { "Alexander (Salle) Keremidarski", "Sofia, Bulgaria", + "Bug fixing" }, + { "Serge Kozlov", "Velikie Luki, Russia", "Testing - Cluster" }, + { "Matthias Leich", "Berlin, Germany", "Testing - Server" }, + { "Dmitri Lenev", "Moscow, Russia", + "Time zones support (4.1), Triggers (5.0)" }, + { "Marc Liyanage", "", "Created Mac OS X packages" }, + { "Zarko Mocnik", "", "Sorting for Slovenian language" }, + { "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" }, + { "Alexis Mikhailov", "", "User-defined functions" }, + { "Sinisa Milivojevic", "Larnaca, Cyprus", + "UNION (4.0), Subqueries in FROM clause (4.1), many other features" }, + { "Jonathan (Jeb) Miller", "Kyle, TX, USA", + "Testing - Cluster, Replication" }, + { "Kristian Nielsen", "Copenhagen, Denmark", + "General build stuff" }, + { "Pekka Nouisiainen", "Stockholm, Sweden", + "NDB Cluster: BLOB support, character set support, ordered indexes" }, + { "Alexander Nozdrin", "Moscow, Russia", + "Bug fixing (Stored Procedures, 5.0)" }, + { "Per Eric Olsson", "", "Testing of dynamic record format" }, + { "Jonas Oreland", "Stockholm, Sweden", + "NDB Cluster, Online Backup, lots of other things" }, + { "Konstantin Osipov", "Moscow, Russia", + "Prepared statements (4.1), Cursors (5.0)" }, + { "Sasha Pachev", "", + "Statement-based replication, SHOW CREATE TABLE, mysql-bench" }, + { "Irena Pancirov", "", "Port to Windows with Borland compiler" }, + { "Jan Pazdziora", "", "Czech sorting order" }, + { "Benjamin Pflugmann", "", + "Extended MERGE storage engine to handle INSERT" }, + { "Igor Romanenko", "", + "mysqldump" }, + { "Mikael Ronström", "Stockholm, Sweden", + "NDB Cluster, Partitioning (5.1), Optimizations" }, + { "Tõnu Samuel", "", + "VIO interface, other miscellaneous features" }, { "Carsten Segieth (Pino)", "Fredersdorf, Germany", "Testing - Server"}, - { "Punita Srivastava", "Austin, TX. USA", "Testing - Merlin"}, + { "Martin Sköld", "Stockholm, Sweden", + "NDB Cluster: Unique indexes, integration into MySQL" }, + { "Timothy Smith", "Auckland, New Zealand", + "Dynamic character sets, parts of the build system, libmysqld"}, + { "Miguel Solorzano", "Florianopolis, Santa Catarina, Brazil", + "Win32 development, Windows NT service"}, + { "Punita Srivastava", "Austin, TX, USA", "Testing - Merlin"}, { "Alexey Stroganov (Ranger)", "Lugansk, Ukraine", "Testing - Benchmarks"}, - { "Oleksandr Byelkin", "Lugansk, Ukraine", "Query Cache (4.0), Subqueries (4.1), Views (5.0)"}, - { "Dmitri Lenev", "Moscow, Russia", "Time zones support (4.1), Triggers (5.0)"}, - { "Konstantin Osipov", "Moscow, Russia", "Prepared statements (4.1), Cursors (5.0)"}, - { "Petr Chardin", "Moscow, Russia", "Instance Manager (5.0)" }, + { "Magnus Svensson", "Öregrund, Sweden", + "NDB Cluster: Integration into MySQL, test framework" }, + { "Zeev Suraski", "", "FROM_UNIXTIME(), ENCRYPT()" }, + { "TAMITO", "", + "The _MB character set macros and UJIS and SJIS character sets" }, + { "Jani Tolonen", "Helsinki, Finland", + "mysqlimport, extensions to command-line clients, PROCEDURE ANALYSE()" }, + { "Lars Thalmann", "Stockholm, Sweden", + "Replication and cluster development" }, + { "Tomas Ulin", "Stockholm, Sweden", + "NDB Cluster: Configuration, installation" }, + { "Gianmassimo Vigazzola", "", "Initial Windows port" }, { "Sergey Vojtovich", "Izhevsk, Russia", "Plugins infrastructure (5.1)" }, - { "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (Stored Procedures, 5.0)" }, - { "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" }, - { "Kent Boortz", "Orebro, Sweden", "Test platform, and general build stuff" }, + { "Matt Wagner", "Northfield, MN, USA", "Bug fixing" }, + { "Jim Winstead Jr.", "Los Angeles, CA, USA", "Bug fixing" }, + { "Michael (Monty) Widenius", "Tusby, Finland", + "Lead developer and main author" }, + { "Peter Zaitsev", "Tacoma, WA, USA", + "SHA1(), AES_ENCRYPT(), AES_DECRYPT(), bug fixing" }, {NULL, NULL, NULL} }; -- cgit v1.2.1 From 0bf6eb88ad9cd309bf92156181015f3023ce77df Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Nov 2005 18:14:16 -0800 Subject: Small tweaks to SHOW AUTHORS list sql/authors.h: Put Krow in parens to be consistent with other nicknames --- sql/authors.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sql/authors.h') diff --git a/sql/authors.h b/sql/authors.h index 9b9dbdf1318..2a799f7865c 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -35,7 +35,7 @@ struct show_table_authors_st { */ struct show_table_authors_st show_table_authors[]= { - { "Brian \"Krow\" Aker", "Seattle, WA, USA", + { "Brian (Krow) Aker", "Seattle, WA, USA", "Architecture, archive, federated, bunch of little stuff :)" }, { "Venu Anuganti", "", "Client/server protocol (4.1)" }, { "David Axmark", "Uppsala, Sweden", @@ -50,6 +50,7 @@ struct show_table_authors_st show_table_authors[]= { { "Andreas F. Bobak", "", "AGGREGATE extension to user-defined functions" }, { "Alexey Botchkov (Holyfoot)", "Izhevsk, Russia", "GIS extensions (4.1), embedded server (4.1), precision math (5.0)"}, + { "Reggie Burnett", "Nashville, TN, USA", "Windows development, Connectors" }, { "Oleksandr Byelkin", "Lugansk, Ukraine", "Query Cache (4.0), Subqueries (4.1), Views (5.0)" }, { "Kent Boortz", "Orebro, Sweden", "Test platform, and general build stuff" }, @@ -61,7 +62,7 @@ struct show_table_authors_st show_table_authors[]= { { "Wei-Jou Chen", "", "Chinese (Big5) character set" }, { "Albert Chin-A-Young", "", "Tru64 port, large file support, better TCP wrappers support" }, - { "Jorge del Conde", "Mexico City, Mexico", "Win32 development" }, + { "Jorge del Conde", "Mexico City, Mexico", "Windows development" }, { "Antony T. Curtis", "Norwalk, CA, USA", "Parser, port to OS/2" }, { "Yuri Dario", "", "OS/2 port" }, { "Sergei Golubchik", "Kerpen, Germany", @@ -114,7 +115,7 @@ struct show_table_authors_st show_table_authors[]= { { "Timothy Smith", "Auckland, New Zealand", "Dynamic character sets, parts of the build system, libmysqld"}, { "Miguel Solorzano", "Florianopolis, Santa Catarina, Brazil", - "Win32 development, Windows NT service"}, + "Windows development, Windows NT service"}, { "Punita Srivastava", "Austin, TX, USA", "Testing - Merlin"}, { "Alexey Stroganov (Ranger)", "Lugansk, Ukraine", "Testing - Benchmarks"}, { "Magnus Svensson", "Öregrund, Sweden", -- cgit v1.2.1 From c9de3de0b1febbcfb986fccb238ae67e8c7519a0 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 28 Nov 2005 18:28:31 -0800 Subject: Add Ingo to SHOW AUTHORS sql/authors.h: Add Ingo --- sql/authors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sql/authors.h') diff --git a/sql/authors.h b/sql/authors.h index 2a799f7865c..fa68b20c7a1 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -118,6 +118,7 @@ struct show_table_authors_st show_table_authors[]= { "Windows development, Windows NT service"}, { "Punita Srivastava", "Austin, TX, USA", "Testing - Merlin"}, { "Alexey Stroganov (Ranger)", "Lugansk, Ukraine", "Testing - Benchmarks"}, + { "Ingo Strüwing", "Berlin, Germany", "Bug fixing" }, { "Magnus Svensson", "Öregrund, Sweden", "NDB Cluster: Integration into MySQL, test framework" }, { "Zeev Suraski", "", "FROM_UNIXTIME(), ENCRYPT()" }, -- cgit v1.2.1