mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Fixed failing "show check" test.
mysql-test/r/show_check.result: fixed failing test for Holyfoot ;-) sql/authors.h: added myself
This commit is contained in:
parent
878e2618ea
commit
0a3d70a044
2 changed files with 3 additions and 0 deletions
|
@ -583,3 +583,5 @@ 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)
|
||||
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[]= {
|
|||
{ "Alexander Nozdrin", "Moscow, Russia", "Bugfixing (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" },
|
||||
{NULL, NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue