mariadb/ft
2014-06-17 10:56:41 -04:00
..
loader FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
tests FT-271 Fix more signed/unsigned comparisons 2014-06-17 10:56:41 -04:00
background_job_manager.cc fixes #198 Consolidate our portability code by moving toku_include/* 2014-03-03 20:07:57 -05:00
background_job_manager.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
block_allocator.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
block_allocator.h FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
block_table.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
block_table.h FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
bndata.cc refs #258 Pass the old key length down to le_pack, so that mempool free has the right value 2014-06-09 15:37:26 -04:00
bndata.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
cachetable-internal.h FT-197 Store cachefiles in OMTs only, remove linked list pointers 2014-06-14 20:25:34 -04:00
cachetable.cc FT-197 Store cachefiles in OMTs only, remove linked list pointers 2014-06-14 20:25:34 -04:00
cachetable.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
checkpoint.cc FT-258 Move cursor code into ft/cursor.h and ft/cursor.cc 2014-06-14 20:25:34 -04:00
checkpoint.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
CMakeLists.txt FT-260 Move ftnode related structures and declarations to ft/node.h and ft/node.cc 2014-06-14 20:25:34 -04:00
comparator.h FT-273 Handle deserialization cases where we don't yet have a comparison 2014-06-16 10:51:43 -04:00
compress.cc fixes #127 Add a class for scoped mallocs, which are satisfied from a 2014-01-23 16:57:04 -05:00
compress.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
cursor.cc FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
cursor.h FT-258 Remove another malloc from the cursor create path. Queries using 2014-06-14 20:25:34 -04:00
ft-cachetable-wrappers.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft-cachetable-wrappers.h FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
ft-flusher-internal.h FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
ft-flusher.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft-flusher.h FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
ft-hot-flusher.cc FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
ft-internal.h FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft-node-deserialize.cc FT-262 Rename thisnodename or nodename to blocknum 2014-06-14 20:40:34 -04:00
ft-ops.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft-ops.h FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
ft-serialize.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft-test-helpers.cc Really fix the test helper memory leak this time 2014-06-15 23:13:54 -04:00
ft-verify.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
ft.h FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
ft_layout_version.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
ft_msg.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:49:53 -04:00
ft_msg.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
ft_node-serialize.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
fttypes.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
ftverify.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
le-cursor.cc FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
le-cursor.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
leafentry.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:49:53 -04:00
leafentry.h FT-258 Move cursor code into ft/cursor.h and ft/cursor.cc 2014-06-14 20:25:34 -04:00
log-internal.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
log.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
log_upgrade.cc Support gcc 4.9 in cmake, fix uninitialized value warnings 2014-05-20 13:51:32 -04:00
logcursor.cc fixes #200 Remove windows logic, which has not been supported in years. 2014-03-05 12:11:39 -05:00
logcursor.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
logfilemgr.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:49:53 -04:00
logfilemgr.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
logformat.cc FT-259 Clean up memarena API / code. Use a memarena in the locktree to store 2014-06-14 20:40:33 -04:00
logger.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
logger.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
msg_buffer.cc FT-260 Move ftnode related structures and declarations to ft/node.h and ft/node.cc 2014-06-14 20:25:34 -04:00
msg_buffer.h FT-249 FT-256 Add a message buffer class to replace FIFO. Use a real 2014-06-14 20:25:28 -04:00
node.cc FT-275 Change toku::sort to return void 2014-06-16 11:04:35 -04:00
node.h FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
quicklz.cc removed some unused things clang warned about 2014-03-26 09:22:44 -04:00
quicklz.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
rbuf.h FT-259 Clean up memarena API / code. Use a memarena in the locktree to store 2014-06-14 20:40:33 -04:00
recover.cc fixes #192 Remove legacy OMT API. Some of it survives in omt-test.cc to 2014-03-03 21:52:22 -05:00
recover.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
roll.cc FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
rollback-apply.cc FT-259 Clean up memarena API / code. Use a memarena in the locktree to store 2014-06-14 20:40:33 -04:00
rollback-apply.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
rollback-ct-callbacks.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
rollback-ct-callbacks.h FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
rollback.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
rollback.h FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
rollback_log_node_cache.cc fixes #198 Consolidate our portability code by moving toku_include/* 2014-03-03 20:07:57 -05:00
rollback_log_node_cache.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
sub_block.cc fixes #194 Move x1764 to util/ and make the public API consistent with 2014-03-03 14:48:03 -05:00
sub_block.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
sub_block_map.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
tdb-recover.cc FT-254 Replace NULL_LOGGER etc with nullptr 2014-06-14 20:24:46 -04:00
tdb_logprint.cc FT-258 Move cursor code into ft/cursor.h and ft/cursor.cc 2014-06-14 20:25:34 -04:00
tokuconst.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
tokuftdump.cc FT-271 Move block allocator code into a class. 2014-06-16 14:14:43 -04:00
txn.cc FT-253 Remove remaining brt / brt_header era names 2014-06-15 14:57:36 -04:00
txn.h FT-258 Move cursor code into ft/cursor.h and ft/cursor.cc 2014-06-14 20:25:34 -04:00
txn_child_manager.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:49:53 -04:00
txn_child_manager.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
txn_manager.cc FT-261 Don't clone an empty live root transaction OMT 2014-06-14 20:25:34 -04:00
txn_manager.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
txn_state.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
ule-internal.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
ule.cc FT-258 Move cursor code into ft/cursor.h and ft/cursor.cc 2014-06-14 20:25:34 -04:00
ule.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
valgrind.suppressions FT-273 Use a comparator object for fractal tree key comparisons when 2014-06-15 23:01:58 -04:00
wbuf.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
workset.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
xids-internal.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
xids.cc tokutek/ft-index#76 add US Patent 8,489,638 2013-10-04 16:49:53 -04:00
xids.h FT-241 Use #pragma once as a header guard 2014-06-14 20:25:34 -04:00
ybt.cc FT-257 Add a abstraction for the pivot keys in an ftnode. 2014-06-14 20:40:34 -04:00
ybt.h FT-257 Add a abstraction for the pivot keys in an ftnode. 2014-06-14 20:40:34 -04:00