1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Fixed failing "show check" test.

This commit is contained in:
eric@mysql.com
2005-11-25 11:05:35 -08:00
parent 60a7a6c079
commit d62733e93d
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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}
}; };