From 0a3d70a0444fb9e3123102781852c39f789ffe62 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 25 Nov 2005 11:05:35 -0800 Subject: [PATCH] Fixed failing "show check" test. mysql-test/r/show_check.result: fixed failing test for Holyfoot ;-) sql/authors.h: added myself --- mysql-test/r/show_check.result | 2 ++ sql/authors.h | 1 + 2 files changed, 3 insertions(+) diff --git a/mysql-test/r/show_check.result b/mysql-test/r/show_check.result index 3a3ee5735f0..d1fb8d25d09 100644 --- a/mysql-test/r/show_check.result +++ b/mysql-test/r/show_check.result @@ -583,3 +583,5 @@ 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) 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 88882ca8f23..8d15f4656a0 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -31,5 +31,6 @@ struct show_table_authors_st show_table_authors[]= { { "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} };