diff options
Diffstat (limited to 'sql/authors.h')
-rw-r--r-- | sql/authors.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/authors.h b/sql/authors.h index 1c6e1d468c4..fde1806f4be 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -62,7 +62,8 @@ struct show_table_authors_st show_table_authors[]= { { "Albert Chin-A-Young", "", "Tru64 port, large file support, better TCP wrappers support" }, { "Jorge del Conde", "Mexico City, Mexico", "Windows development" }, - { "Antony T. Curtis", "Norwalk, CA, USA", "Parser, port to OS/2" }, + { "Antony T. Curtis", "Norwalk, CA, USA", + "Parser, port to OS/2, storage engines and some random stuff" }, { "Yuri Dario", "", "OS/2 port" }, { "Sergei Golubchik", "Kerpen, Germany", "Full-text search, precision math" }, |