MDEV-22120 Add author to SHOW AUTHORS

This commit is contained in:
Rasmus Johansson 2020-04-02 10:54:31 +00:00
parent a135f0ab88
commit 5f3501a6e5

View file

@ -77,6 +77,7 @@ struct show_table_authors_st show_table_authors[]= {
{ "Federico Razolli", "Italy", "MariaDB documentation Italian translation"},
{ "Vinchen", "Shenzhen, China", "Instant ADD Column for InnoDB, Spider engine optimization, from Tencent Game DBA Team" },
{ "Willhan", "Shenzhen, China", "Big Column Compression, Spider engine optimization, from Tencent Game DBA Team" },
{ "Anders Karlsson", "Ystad, Sweden", "Replication patch for enforcing triggers on slave"},
/* People working on MySQL code base (not NDB) */
{ "Guilhem Bichot", "Bordeaux, France", "Replication (since 4.0)" },