6025 Commits (55b38998e89e96e48cb39a2f95a848619b66f525)
 

Author SHA1 Message Date
John Esmet 55b38998e8 FT-278 Put ft_msg in its own class and file, organize deserialization 12 years ago
John Esmet a13a8e840a FT-93 Align pivotkeys to a 4 byte boundary. Align memory allocation to a 64 12 years ago
Rich Prohaska 725fc5ec46 #262 fix print of xid related recovery log entries 12 years ago
John Esmet 4e9ec6a6cf FT-249 Move de/serialization code to the message buffer class itself, 12 years ago
Leif Walsh f6591118d4 Merge branch 'cmake_policy' 12 years ago
Leif Walsh 5d0caabf54 Revert "set cmake_policy for cmake 3.0" 12 years ago
Leif Walsh 783ea80e9f Merge branch 'cmake_policy' 12 years ago
Leif Walsh 79fb31d9ea set cmake_policy for cmake 3.0 12 years ago
John Esmet 866c62e376 Remove 'struct' keyword from class (which made clang angry) 12 years ago
John Esmet c969df95fd FT-282 Optimize key comparisons by adding an unlikely clause to 12 years ago
John Esmet 42377605b8 FT-281 Add support for big-endian keys that can be compared using the builtin key comparison function 12 years ago
John Esmet 8b63c61afc FT-93 Move pivotkey code to its own file, ft/pivotkeys.cc 12 years ago
John Esmet f2df37d620 FT-93 Add a class for pivot bounds, remove the assumption that pivot 12 years ago
John Esmet 211027e536 FT-271 Fix more signed/unsigned comparisons 12 years ago
John Esmet 4031870d82 FT-271 Fix mixed signed/unsigned comparison which breaks some versions 12 years ago
John Esmet 6c073ffff0 FT-271 Move block allocator code into a class. 12 years ago
John Esmet 80c444ec98 FT-274 Use ybt functions for descriptor memory management, which is 12 years ago
John Esmet d42d5fc816 FT-275 Change toku::sort to return void 12 years ago
John Esmet 9ace31b029 FT-273 Handle deserialization cases where we don't yet have a comparison 12 years ago
Leif Walsh bdd607af6a fixed a bunch of clang warnings 12 years ago
Leif Walsh 3ab781a1d1 FT-273 fix compilation on osx 12 years ago
John Esmet 97d77b9e66 FT-273 Fixup a bug and a few tests 12 years ago
John Esmet ac4e71ef40 Really fix the test helper memory leak this time 12 years ago
John Esmet b33e859c6a FT-273 Use a comparator object for fractal tree key comparisons when 12 years ago
John Esmet 6e2c421f10 FT-253 Remove remaining brt / brt_header era names 12 years ago
John Esmet 45b85c4b1a Refactor this test to be more agreeable with clang 12 years ago
John Esmet 32005e366b Fix an invalid free in fifo-test 12 years ago
John Esmet 971a150961 Avoid shadowing an existing variable 12 years ago
John Esmet 7fa10b52c2 Fix the osx build 12 years ago
John Esmet 9d85fa498c fix leak in ft-test-helpers.cc 12 years ago
John Esmet 0a18b89ad6 FT-259 Placate the build slaves with their exotic toolchain. 12 years ago
John Esmet 597dc5b33e FT-257 Add a abstraction for the pivot keys in an ftnode. 12 years ago
John Esmet 291dfdc9d9 FT-262 Rename thisnodename or nodename to blocknum 12 years ago
John Esmet b6abf2063c FT-259 Clean up memarena API / code. Use a memarena in the locktree to store 12 years ago
John Esmet ac575d01ba FT-260 Move ftnode related structures and declarations to ft/node.h and ft/node.cc 12 years ago
John Esmet 79a9a40d5e FT-261 Don't clone an empty live root transaction OMT 12 years ago
John Esmet d8358af74a FT-258 Remove another malloc from the cursor create path. Queries using 12 years ago
John Esmet e2c20624e0 FT-258 Remove a malloc from the cursor creation path 12 years ago
John Esmet e583525a40 FT-258 Move cursor code into ft/cursor.h and ft/cursor.cc 12 years ago
John Esmet 741efcd4ee FT-197 Store cachefiles in OMTs only, remove linked list pointers 12 years ago
John Esmet 5546c6cd32 FT-248 Remove dead code from tools/ 12 years ago
John Esmet d2ab8a6253 FT-241 Use #pragma once as a header guard 12 years ago
John Esmet 2cd8b4378e FT-249 FT-256 Add a message buffer class to replace FIFO. Use a real 12 years ago
John Esmet 4f1762f868 FT-247 Move files relating to the bulk loader to their own directory 12 years ago
John Esmet 904bdde01d FT-254 Replace NULL_LOGGER etc with nullptr 12 years ago
John Esmet d94a8bf751 FT-243 Move minicron to util/ 12 years ago
John Esmet d0542cb67b FT-244 Move the one and only default key comparison implementation function to ft-ops.cc 12 years ago
John Esmet ece1d4c4ed FT-245 Move queue to util, use toku_ prefix for consistency with the 12 years ago
John Esmet 39397aab93 FT-242 Begin breaking up fttypes.h by moving many things to their 12 years ago
Leif Walsh e3ba638f03 Merge branch 'remove-vectorization' 12 years ago