Commit d62733e9 authored by eric@mysql.com's avatar eric@mysql.com

Fixed failing "show check" test.

parent 60a7a6c0
...@@ -583,3 +583,5 @@ Petr Chardin Moscow, Russia Instance Manager (5.0) ...@@ -583,3 +583,5 @@ Petr Chardin Moscow, Russia Instance Manager (5.0)
Sergey Vojtovich Izhevsk, Russia Plugins infrastructure (5.1) Sergey Vojtovich Izhevsk, Russia Plugins infrastructure (5.1)
Alexander Nozdrin Moscow, Russia Bugfixing (Stored Procedures, 5.0) Alexander Nozdrin Moscow, Russia Bugfixing (Stored Procedures, 5.0)
Per-Erik Martin Uppsala, Sweden Stored Procedures (5.0) Per-Erik Martin Uppsala, Sweden Stored Procedures (5.0)
Alexey Botchkov (Holyfoot) Izhevsk Russia GIS extentions (4.1), Embedded Server (4.1), precision math (5.0)
Eric Herman Amsterdam, Netherlands Bugfixing - federated
...@@ -31,5 +31,6 @@ struct show_table_authors_st show_table_authors[]= { ...@@ -31,5 +31,6 @@ struct show_table_authors_st show_table_authors[]= {
{ "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (Stored Procedures, 5.0)" }, { "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (Stored Procedures, 5.0)" },
{ "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" }, { "Per-Erik Martin", "Uppsala, Sweden", "Stored Procedures (5.0)" },
{ "Alexey Botchkov (Holyfoot)", "Izhevsk Russia", "GIS extentions (4.1), Embedded Server (4.1), precision math (5.0)"}, { "Alexey Botchkov (Holyfoot)", "Izhevsk Russia", "GIS extentions (4.1), Embedded Server (4.1), precision math (5.0)"},
{ "Eric Herman", "Amsterdam, Netherlands", "Bugfixing - federated" },
{NULL, NULL, NULL} {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