diff options
author | pem@mysql.com <> | 2005-11-23 11:07:08 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2005-11-23 11:07:08 +0100 |
commit | f1f257c06cf7038df74be81322248c1f3b6d9643 (patch) | |
tree | ebc01f7ac4a9aceaf1d7210db97fd62065e6ee04 /sql/authors.h | |
parent | 6fc48d92bbc23db185030fcc9878593490190167 (diff) | |
download | mariadb-git-f1f257c06cf7038df74be81322248c1f3b6d9643.tar.gz |
Added myself to authors.h.
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 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} }; |