diff options
author | Zardosht Kasheff <zardosht@tokutek.com> | 2011-08-16 12:50:38 +0000 |
---|---|---|
committer | Yoni Fogel <yoni@tokutek.com> | 2013-04-17 00:02:06 -0400 |
commit | df4cd17403f411bde97396c27b8d27d231f744d9 (patch) | |
tree | 08cfb2e6905d98046d040e9c9e871aec54d595b0 /storage/tokudb/hatoku_hton.h | |
parent | b67d0700e81874446b5fe8a30142d353a2e4b7e5 (diff) | |
download | mariadb-git-df4cd17403f411bde97396c27b8d27d231f744d9.tar.gz |
[t:3436], merge handlerton piece of bulk fetch to main line handlerton
git-svn-id: file:///svn/mysql/tokudb-engine/tokudb-engine@33944 c7de825b-a66e-492c-adef-691d508d4ae1
Diffstat (limited to 'storage/tokudb/hatoku_hton.h')
-rw-r--r-- | storage/tokudb/hatoku_hton.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/tokudb/hatoku_hton.h b/storage/tokudb/hatoku_hton.h index 1cf557ec2cb..b1d12d4ccaa 100644 --- a/storage/tokudb/hatoku_hton.h +++ b/storage/tokudb/hatoku_hton.h @@ -20,6 +20,7 @@ bool get_create_index_online(THD* thd); bool get_prelock_empty(THD* thd); uint get_tokudb_block_size(THD* thd); uint get_tokudb_read_block_size(THD* thd); +uint get_tokudb_read_buf_size(THD* thd); extern HASH tokudb_open_tables; extern pthread_mutex_t tokudb_mutex; |