diff options
author | unknown <kent@mysql.com> | 2005-11-28 11:28:07 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-11-28 11:28:07 +0100 |
commit | e5157af0ed9ec8373d04b6e8d1d36922002784b7 (patch) | |
tree | d34df54be6d6591528f9cb248f7310e896ec9535 | |
parent | 2716ccbfce02be2d9c1ff9f8c0550a4362088453 (diff) | |
download | mariadb-git-e5157af0ed9ec8373d04b6e8d1d36922002784b7.tar.gz |
-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 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} }; |