diff options
author | Rich Prohaska <prohaska@tokutek.com> | 2013-09-30 11:08:53 -0400 |
---|---|---|
committer | Rich Prohaska <prohaska@tokutek.com> | 2013-09-30 11:08:53 -0400 |
commit | c8fc4d662ba797a1433333aee4fae08dc2f9a30e (patch) | |
tree | e292b1223b53f918374e5350aa51e04779ccf061 /storage | |
parent | e99cb96b9d3bcc0947f08e6da49e46f0c80a782e (diff) | |
download | mariadb-git-c8fc4d662ba797a1433333aee4fae08dc2f9a30e.tar.gz |
#80 default compress tokudb bulk loader temp files
Diffstat (limited to 'storage')
-rw-r--r-- | storage/tokudb/hatoku_hton.h | 4 |
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) { |