diff options
author | unknown <brian@zim.(none)> | 2007-03-15 23:39:07 -0700 |
---|---|---|
committer | unknown <brian@zim.(none)> | 2007-03-15 23:39:07 -0700 |
commit | 260e43e75dee8a261ab5dd0ab8a595f9acc9f814 (patch) | |
tree | 2fedda862ba8e478899bbb8c6c74642ad1c10021 /sql/authors.h | |
parent | b1af9693e0f5561142ae6ab1c55ac93de9abf6e5 (diff) | |
download | mariadb-git-260e43e75dee8a261ab5dd0ab8a595f9acc9f814.tar.gz |
Correctly report load type.
Updated engine to also handle create options
Secondary indexes can now be generated (aka the test PeterZ thoughts!)
client/client_priv.h:
Option for generating secondary indexes
client/mysqlslap.c:
Option for generating secondary index operations.
Cleaned up memory allocation that was wasteful.
Engine options are now possible
Correctly report test type.
mysql-test/t/mysqlslap.test:
Additional test for secondary indexes
sql/authors.h:
Updated for Patrick
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", |