diff options
author | acurtis@xiphis.org <> | 2005-12-21 10:18:40 -0800 |
---|---|---|
committer | acurtis@xiphis.org <> | 2005-12-21 10:18:40 -0800 |
commit | 13a776778c151ec520a1f1f5694aac6efaec3f04 (patch) | |
tree | d777ca5871199d389af93e8cbe06e1bdbc16a10b /sql/authors.h | |
parent | 053884596309fc33ffa40df1b8982e75705ec3e9 (diff) | |
download | mariadb-git-13a776778c151ec520a1f1f5694aac6efaec3f04.tar.gz |
Finalize storage engine plugins
Give BerkeleyDB savepoints
Remove "enum db_type" from most of the code
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" }, |