summaryrefslogtreecommitdiff
path: root/sql/authors.h
diff options
context:
space:
mode:
authorRasmus Johansson <razze@iki.fi>2020-04-02 10:54:31 +0000
committerRasmus Johansson <razze@iki.fi>2020-04-02 10:54:31 +0000
commit5f3501a6e59a6a2e7e3d8b6d8bd0f3cee2474c6d (patch)
tree25ad647a745c2d3f41703b6c5418820fb698d669 /sql/authors.h
parenta135f0ab88d63b9a8976d6b3010f27766c38873d (diff)
downloadmariadb-git-5f3501a6e59a6a2e7e3d8b6d8bd0f3cee2474c6d.tar.gz
MDEV-22120 Add author to SHOW AUTHORS
Diffstat (limited to 'sql/authors.h')
-rw-r--r--sql/authors.h1
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)" },