1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Updated authors.h file (and show_check.result file) to include QA team members

Note: This change was reviewed by Brian before the commit.


mysql-test/r/show_check.result:
  Updated result file
sql/authors.h:
  Added QA team to the file
This commit is contained in:
unknown
2005-11-17 17:35:50 -08:00
parent 5db598890e
commit f37c218d63
2 changed files with 17 additions and 0 deletions

View File

@ -568,3 +568,11 @@ SHOW AUTHORS;
Name Location Comment Name Location Comment
Brian "Krow" Aker Seattle, WA. USA Architecture, archive, federated, buncha of little stuff :) 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! 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
Carsten Segieth (Pino) Fredersdorf, Germany Testing - Server
Punita Srivastava Austin, TX. USA Testing - Merlin
Alexey Stroganov (Ranger) Lugansk, Ukraine Testing - Benchmarks

View File

@ -2,6 +2,7 @@
** Output from "SHOW AUTHORS" ** Output from "SHOW AUTHORS"
** If you can update it, you get to be in it :) ** If you can update it, you get to be in it :)
** Dont be offended if your name is not in here, just add it! ** Dont be offended if your name is not in here, just add it!
** IMPORTANT: Names should be added in alphabetical order
***************************************************************************/ ***************************************************************************/
struct show_table_authors_st { struct show_table_authors_st {
@ -14,5 +15,13 @@ struct show_table_authors_st show_table_authors[]= {
{ "Brian \"Krow\" Aker", "Seattle, WA. USA", { "Brian \"Krow\" Aker", "Seattle, WA. USA",
"Architecture, archive, federated, buncha of little stuff :)" }, "Architecture, archive, federated, buncha of little stuff :)" },
{ "David Axmark", "Uppsala, Sweden", "Small stuff long time ago, Monty ripped it out!"}, { "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"},
{ "Carsten Segieth (Pino)", "Fredersdorf, Germany", "Testing - Server"},
{ "Punita Srivastava", "Austin, TX. USA", "Testing - Merlin"},
{ "Alexey Stroganov (Ranger)", "Lugansk, Ukraine", "Testing - Benchmarks"},
{NULL, NULL, NULL} {NULL, NULL, NULL}
}; };