diff options
author | brian@zim.(none) <> | 2007-03-15 23:39:07 -0700 |
---|---|---|
committer | brian@zim.(none) <> | 2007-03-15 23:39:07 -0700 |
commit | 45d7dff67d850461cde4cb83846740d6179d351c (patch) | |
tree | 2fedda862ba8e478899bbb8c6c74642ad1c10021 /sql/authors.h | |
parent | deef4ef274433afbfa4ea0c7464b956faa9956e6 (diff) | |
download | mariadb-git-45d7dff67d850461cde4cb83846740d6179d351c.tar.gz |
Correctly report load type.
Updated engine to also handle create options
Secondary indexes can now be generated (aka the test PeterZ thoughts!)
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 48b807c7884..dfe3b143e2f 100644 --- a/sql/authors.h +++ b/sql/authors.h @@ -66,6 +66,7 @@ struct show_table_authors_st show_table_authors[]= { "Parser, port to OS/2, storage engines and some random stuff" }, { "Yuri Dario", "", "OS/2 port" }, { "Andrei Elkin", "Espoo, Finland", "Replication" }, + { "Patrick Galbraith", "Sharon, NH", "Federated Engine, mysqlslap" }, { "Sergei Golubchik", "Kerpen, Germany", "Full-text search, precision math" }, { "Lenz Grimmer", "Hamburg, Germany", |