diff options
author | unknown <pem@mysql.com> | 2005-11-23 11:07:08 +0100 |
---|---|---|
committer | unknown <pem@mysql.com> | 2005-11-23 11:07:08 +0100 |
commit | e918851c84d7e1faf5418d40ba12ae55b8dce4a9 (patch) | |
tree | ebc01f7ac4a9aceaf1d7210db97fd62065e6ee04 /sql/authors.h | |
parent | 38961d022fd8fda3b7e68c2cc0bff15563639a58 (diff) | |
download | mariadb-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.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} }; |