summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2007-03-15 23:39:07 -0700
committerbrian@zim.(none) <>2007-03-15 23:39:07 -0700
commit45d7dff67d850461cde4cb83846740d6179d351c (patch)
tree2fedda862ba8e478899bbb8c6c74642ad1c10021 /client/client_priv.h
parentdeef4ef274433afbfa4ea0c7464b956faa9956e6 (diff)
downloadmariadb-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 'client/client_priv.h')
-rw-r--r--client/client_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client_priv.h b/client/client_priv.h
index 00ef1a79d96..b6543870528 100644
--- a/client/client_priv.h
+++ b/client/client_priv.h
@@ -61,6 +61,7 @@ enum options_client
OPT_SLAP_AUTO_GENERATE_ADD_AUTO,
OPT_SLAP_AUTO_GENERATE_GUID_PRIMARY,
OPT_SLAP_AUTO_GENERATE_EXECUTE_QUERIES,
+ OPT_SLAP_AUTO_GENERATE_SECONDARY_INDEXES,
OPT_SLAP_AUTO_GENERATE_UNIQUE_WRITE_NUM,
OPT_SLAP_AUTO_GENERATE_UNIQUE_QUERY_NUM,
OPT_MYSQL_REPLACE_INTO, OPT_BASE64_OUTPUT, OPT_SERVER_ID,