diff options
author | unknown <eric@mysql.com> | 2005-11-25 11:05:35 -0800 |
---|---|---|
committer | unknown <eric@mysql.com> | 2005-11-25 11:05:35 -0800 |
commit | 0a3d70a0444fb9e3123102781852c39f789ffe62 (patch) | |
tree | 04a5ede35d5ee5bfbbfdb0112f5ea68e9f92410c /sql/authors.h | |
parent | 878e2618eae10a7db2f33baf2d947083a1c01d69 (diff) | |
download | mariadb-git-0a3d70a0444fb9e3123102781852c39f789ffe62.tar.gz |
Fixed failing "show check" test.
mysql-test/r/show_check.result:
fixed failing test for Holyfoot ;-)
sql/authors.h:
added myself
Diffstat (limited to 'sql/authors.h')
-rw-r--r-- | sql/authors.h | 1 |
1 files changed, 1 insertions, 0 deletions
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} }; |