Commit e918851c authored by unknown's avatar unknown

Added myself to authors.h.


mysql-test/r/show_check.result:
  Updated authors result.
sql/authors.h:
  Added myself.
parent 38961d02
......@@ -582,3 +582,4 @@ Konstantin Osipov Moscow, Russia Prepared statements (4.1), Cursors (5.0)
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)
......@@ -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}
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment