diff options
author | Rasmus Johansson <razze@iki.fi> | 2020-04-02 10:54:31 +0000 |
---|---|---|
committer | Rasmus Johansson <razze@iki.fi> | 2020-04-02 10:54:31 +0000 |
commit | 5f3501a6e59a6a2e7e3d8b6d8bd0f3cee2474c6d (patch) | |
tree | 25ad647a745c2d3f41703b6c5418820fb698d669 /sql/authors.h | |
parent | a135f0ab88d63b9a8976d6b3010f27766c38873d (diff) | |
download | mariadb-git-5f3501a6e59a6a2e7e3d8b6d8bd0f3cee2474c6d.tar.gz |
MDEV-22120 Add author to SHOW AUTHORS
Diffstat (limited to 'sql/authors.h')
-rw-r--r-- | sql/authors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/authors.h b/sql/authors.h index 251ed2c38c3..0a2953bf9e5 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -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)" }, |