diff options
-rw-r--r-- | mysql-test/r/show_check.result | 17 | ||||
-rw-r--r-- | sql/authors.h | 17 |
2 files changed, 18 insertions, 16 deletions
diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index d1fb8d25d09..c39077fe027 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -569,19 +569,20 @@ Name Location Comment 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 +Alexey Botchkov (Holyfoot) Izhevsk Russia GIS extentions (4.1), Embedded Server (4.1), precision math (5.0) +Oleksandr Byelkin Lugansk, Ukraine Query Cache (4.0), Subqueries (4.1), Views (5.0) +Petr Chardin Moscow, Russia Instance Manager (5.0) Nikolay Grishakin Austin, TX. USA Testing - Server +Eric Herman Amsterdam, Netherlands Bugfixing - federated 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) +Per-Erik Martin Uppsala, Sweden Stored Procedures (5.0) Jonathan (Jeb) Miller Kyle, TX. USA Testing - Cluster, Replication +Alexander Nozdrin Moscow, Russia Bugfixing (Stored Procedures, 5.0) +Konstantin Osipov Moscow, Russia Prepared statements (4.1), Cursors (5.0) 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) +Lars Thalmann Stockholm, Sweden Replication and Cluster development 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) -Alexey Botchkov (Holyfoot) Izhevsk Russia GIS extentions (4.1), Embedded Server (4.1), precision math (5.0) -Eric Herman Amsterdam, Netherlands Bugfixing - federated diff --git a/sql/authors.h b/sql/authors.h index 8d15f4656a0..9160ec9f36b 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -16,21 +16,22 @@ struct show_table_authors_st show_table_authors[]= { "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"}, + { "Alexey Botchkov (Holyfoot)", "Izhevsk Russia", "GIS extentions (4.1), Embedded Server (4.1), precision math (5.0)"}, + { "Oleksandr Byelkin", "Lugansk, Ukraine", "Query Cache (4.0), Subqueries (4.1), Views (5.0)"}, + { "Petr Chardin", "Moscow, Russia", "Instance Manager (5.0)" }, { "Nikolay Grishakin", "Austin, TX. USA", "Testing - Server"}, + { "Eric Herman", "Amsterdam, Netherlands", "Bugfixing - federated" }, { "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)"}, + { "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" }, { "Jonathan (Jeb) Miller", "Kyle, TX. USA", "Testing - Cluster, Replication"}, + { "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (Stored Procedures, 5.0)" }, + { "Konstantin Osipov", "Moscow, Russia", "Prepared statements (4.1), Cursors (5.0)"}, { "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)" }, + { "Lars Thalmann", "Stockholm, Sweden", "Replication and Cluster development" }, { "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)" }, - { "Alexey Botchkov (Holyfoot)", "Izhevsk Russia", "GIS extentions (4.1), Embedded Server (4.1), precision math (5.0)"}, - { "Eric Herman", "Amsterdam, Netherlands", "Bugfixing - federated" }, {NULL, NULL, NULL} }; |