summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-11-28 11:28:07 +0100
committerunknown <kent@mysql.com>2005-11-28 11:28:07 +0100
commite5157af0ed9ec8373d04b6e8d1d36922002784b7 (patch)
treed34df54be6d6591528f9cb248f7310e896ec9535
parent2716ccbfce02be2d9c1ff9f8c0550a4362088453 (diff)
downloadmariadb-git-e5157af0ed9ec8373d04b6e8d1d36922002784b7.tar.gz
-rw-r--r--sql/authors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/authors.h b/sql/authors.h
index ab5e367d707..c4b79198fce 100644
--- a/sql/authors.h
+++ b/sql/authors.h
@@ -30,5 +30,6 @@ struct show_table_authors_st show_table_authors[]= {
{ "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)" },
+ { "Kent Boortz", "Orebro, Sweden", "Test platform, and general build stuff" },
{NULL, NULL, NULL}
};