summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
Diffstat (limited to 'storage')
-rw-r--r--storage/tokudb/hatoku_hton.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/tokudb/hatoku_hton.h b/storage/tokudb/hatoku_hton.h
index 48e51e90593..266551751c2 100644
--- a/storage/tokudb/hatoku_hton.h
+++ b/storage/tokudb/hatoku_hton.h
@@ -135,10 +135,10 @@ static uint get_pk_insert_mode(THD* thd) {
static MYSQL_THDVAR_BOOL(load_save_space,
0,
- "if on, intial loads are slower but take less space",
+ "compress intermediate bulk loader files to save space",
NULL,
NULL,
- false
+ true
);
static bool get_load_save_space(THD* thd) {