summaryrefslogtreecommitdiff
path: root/client/client_priv.h
diff options
context:
space:
mode:
authorunknown <brian@zim.(none)>2007-03-12 10:25:11 -0700
committerunknown <brian@zim.(none)>2007-03-12 10:25:11 -0700
commit465a31bc5933563f9398ea60ce6096cef740d0ca (patch)
tree94df535be1e16472b12aab368cf8269ad8c2eb84 /client/client_priv.h
parent7ab5c6820c1a58f66b612d76373e539485bc3966 (diff)
downloadmariadb-git-465a31bc5933563f9398ea60ce6096cef740d0ca.tar.gz
Cleaned up memory allocation so that in all cases of malloc failure the application ends execution.
Default values for auto-generate have been made available for adjusting. Key test for rights now works with either type of keys. client/client_priv.h: Adding options for execution defines client/mysqlslap.c: Cleaning up memory allocation so that malloc failures die. Fixed execution so that defaults are not adjustable. mysql-test/t/mysqlslap.test: Adding a test for defaults.
Diffstat (limited to 'client/client_priv.h')
-rw-r--r--client/client_priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/client_priv.h b/client/client_priv.h
index c8cf68bfd13..00ef1a79d96 100644
--- a/client/client_priv.h
+++ b/client/client_priv.h
@@ -60,6 +60,9 @@ enum options_client
OPT_SLAP_AUTO_GENERATE_SQL_LOAD_TYPE, OPT_SLAP_AUTO_GENERATE_WRITE_NUM,
OPT_SLAP_AUTO_GENERATE_ADD_AUTO,
OPT_SLAP_AUTO_GENERATE_GUID_PRIMARY,
+ OPT_SLAP_AUTO_GENERATE_EXECUTE_QUERIES,
+ OPT_SLAP_AUTO_GENERATE_UNIQUE_WRITE_NUM,
+ OPT_SLAP_AUTO_GENERATE_UNIQUE_QUERY_NUM,
OPT_MYSQL_REPLACE_INTO, OPT_BASE64_OUTPUT, OPT_SERVER_ID,
OPT_FIX_TABLE_NAMES, OPT_FIX_DB_NAMES, OPT_SSL_VERIFY_SERVER_CERT,
OPT_DEBUG_INFO, OPT_COLUMN_TYPES