summaryrefslogtreecommitdiff
path: root/sql/authors.h
diff options
context:
space:
mode:
authorunknown <pem@mysql.com>2005-11-23 11:07:08 +0100
committerunknown <pem@mysql.com>2005-11-23 11:07:08 +0100
commite918851c84d7e1faf5418d40ba12ae55b8dce4a9 (patch)
treeebc01f7ac4a9aceaf1d7210db97fd62065e6ee04 /sql/authors.h
parent38961d022fd8fda3b7e68c2cc0bff15563639a58 (diff)
downloadmariadb-git-e918851c84d7e1faf5418d40ba12ae55b8dce4a9.tar.gz
Added myself to authors.h.
mysql-test/r/show_check.result: Updated authors result. sql/authors.h: Added myself.
Diffstat (limited to 'sql/authors.h')
-rw-r--r--sql/authors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/authors.h b/sql/authors.h
index d2ec9350b98..ab5e367d707 100644
--- a/sql/authors.h
+++ b/sql/authors.h
@@ -29,5 +29,6 @@ struct show_table_authors_st show_table_authors[]= {
{ "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)" },
{NULL, NULL, NULL}
};