diff options
author | unknown <konstantin@mysql.com> | 2005-11-18 14:39:44 +0300 |
---|---|---|
committer | unknown <konstantin@mysql.com> | 2005-11-18 14:39:44 +0300 |
commit | 7a976f73616cbe073a04e2089b73724eea91c1f5 (patch) | |
tree | 490f2f98dbb5f88ac5f9211702779e96b62265da | |
parent | f37c218d632f51e5f77a85d3207a5fbf65bb71ec (diff) | |
download | mariadb-git-7a976f73616cbe073a04e2089b73724eea91c1f5.tar.gz |
More authors.
mysql-test/r/show_check.result:
Test fix results.
-rw-r--r-- | mysql-test/r/show_check.result | 6 | ||||
-rw-r--r-- | sql/authors.h | 8 |
2 files changed, 13 insertions, 1 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index d57c7f8ee82..2b1ad3c4227 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -576,3 +576,9 @@ 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 +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) +Sergey Vojtovich Izhevsk, Russia Plugins infrastructure (5.1) +Alexander Nozdrin Moscow, Russia Bugfixing (Stored Procedures, 5.0) diff --git a/sql/authors.h b/sql/authors.h index 28dfc59426c..d2ec9350b98 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -12,7 +12,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, 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"}, @@ -23,5 +23,11 @@ struct show_table_authors_st show_table_authors[]= { { "Carsten Segieth (Pino)", "Fredersdorf, Germany", "Testing - Server"}, { "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)" }, + { "Sergey Vojtovich", "Izhevsk, Russia", "Plugins infrastructure (5.1)" }, + { "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (Stored Procedures, 5.0)" }, {NULL, NULL, NULL} }; |