Rich Prohaska
142da3d1ee
tokutek/ft-index#76 add US Patent 8,489,638
2013-10-04 16:44:43 -04:00
Rich Prohaska
4a06655ee0
#121 change default basement node size to 64KB from 128KB
2013-10-04 16:05:34 -04:00
Rich Prohaska
9ff4983644
#90 set tokudb_last_lock_timeout to a string parsable by the python json module
2013-10-02 12:14:14 -04:00
Rich Prohaska
333d00c95f
tokutek/ft-engine#111 tokutek/ft-index#74 merge the tokumx error message for transparent huge pages into tokudb
2013-09-30 13:18:07 -04:00
Rich Prohaska
d6348cb127
#80 default compress tokudb bulk loader temp files
2013-09-30 11:08:53 -04:00
Rich Prohaska
4f7ce37a90
#86 tokudb lock tree info schema
2013-09-27 13:43:43 -04:00
Rich Prohaska
1c59d27e36
remove cruft
2013-09-27 13:14:23 -04:00
Rich Prohaska
576358801d
#104 default capture lock timeout conflict info into tokudb_last_lock_timeout variable
2013-09-27 09:43:39 -04:00
Rich Prohaska
84b017ebcf
#92 add compiler and cmake checks from mariadb
2013-09-26 12:05:54 -04:00
Rich Prohaska
451b3959ec
#104 write frm for existing tables before the txn is committed
2013-09-26 09:53:50 -04:00
Rich Prohaska
b841850412
#92 use parent txn in ::delete_or_rename_table. this removes error messages when running dict_leak_3518 test
2013-09-24 14:27:27 -04:00
Rich Prohaska
193a1b6178
#97 use ${ZLIB_LIBRARY}
2013-09-24 10:26:27 -04:00
Rich Prohaska
e942526a35
#99 reduce analyze time to 5 seconds (from 60 seconds). this will probably allow > 1M rows to be in the cardinality computation
2013-09-23 16:13:40 -04:00
Rich Prohaska
9b754d8bd9
#92 add key_is_clustering accessor
2013-09-23 14:32:48 -04:00
Rich Prohaska
1086547e44
#92 remove memcpy_fixed (no longer necessary)
2013-09-23 13:45:07 -04:00
Rich Prohaska
d784907dfa
#92 simplify my_free calls
2013-09-23 13:42:48 -04:00
Zardosht Kasheff
74d2ec5efd
refs #94 , for keys with strings, add a memcmp at the end of the comparison
...
function if we are doing comparisons in the fractal tree, so that case-insensitivities
get resolved. Comparisons done inside the handlerton are unaffected.
2013-09-20 11:22:39 -04:00
Rich Prohaska
fad930a263
#81 cleanup thread variables a bit
2013-09-20 09:53:15 -04:00
Rich Prohaska
67d2f7c398
#81 denormalize dname in tokudb_file_map
2013-09-19 14:24:13 -04:00
Rich Prohaska
a7c2c574a9
#81 cleanup thread variables
2013-09-19 13:34:55 -04:00
Leif Walsh
261cff6f8a
added -flto -fuse-linker-plugin to RelWithDebInfo #77
2013-09-17 13:02:58 -04:00
Rich Prohaska
35757623b2
refs #82 delete the user data information schemas
2013-09-17 08:04:02 -04:00
Rich Prohaska
f8ac5bd89a
refs #83 cond compile gdb on error feature
2013-09-17 07:43:22 -04:00
Rich Prohaska
8536c541b0
refs #71 basic lock tree visualization
2013-09-15 09:58:19 -04:00
Rich Prohaska
aa07e4bd8f
refs #71 rearrange IS code
2013-09-10 06:22:25 -04:00
Rich Prohaska
515773c412
refs Tokutek/ft-engine#30 trace all txn begin calls
2013-09-09 07:04:45 -04:00
Rich Prohaska
5ebbe5e038
Tokutek/mysql56#26 fix crash on alter table of partitioned tokudb table
2013-08-29 17:21:29 -04:00
Rich Prohaska
4a76b76014
refs #26 fix inplace_alter_table for tokudb partitions
2013-08-29 17:08:52 -04:00
Rich Prohaska
6a98b2de13
rebase to mysql 5.6.13
2013-08-27 17:19:08 -04:00
Rich Prohaska
bc006e460a
start port to mysql 5.6.13
2013-08-26 15:54:34 -04:00
Rich Prohaska
699a006ba9
Tokutek/mysql56#2 get tokudb storage engine to build on mysql 5.6
2013-08-25 12:38:49 -04:00
Rich Prohaska
5d487296a0
#69 run create unique index with MDL shared no write (not hot WRT writes)
2013-08-21 10:15:47 -04:00
Zardosht Kasheff
2dadbbe462
closes #66 , have may_table_be_empty call use the same transaction that opens and possibly creates the table, otherwise it may block behind that transaction's lock tree locks
2013-08-17 18:23:48 -04:00
Rich Prohaska
2ed0f958ac
#64 get hot text and blob column expansion working
2013-08-15 14:28:34 -04:00
Zardosht Kasheff
c9f8f20bcf
refs Tokutek/mongo#399 , make handlerton fix for TokuDB
2013-08-13 15:04:13 -04:00
Zardosht Kasheff
242044b811
refs Tokutek/ft-index/#26 have ha_tokudb use new XXX_multiple API
2013-08-12 17:11:45 -04:00
Rich Prohaska
e42c4c1f13
#58 #62 ignore key block size settings for tokudb. use session variables instead.
2013-08-05 10:07:47 -04:00
Rich Prohaska
ffbd732830
#57 error our unpack_blobs if the blobs input buffer can not be parsed
2013-07-30 11:15:40 -04:00
zkasheff
29989705c3
Merge branch 'bugs/61'
2013-07-29 11:13:04 -04:00
zkasheff
9f691995b9
refs #61 , make blob expansion a non-hot operation
2013-07-29 11:11:47 -04:00
Yoni Fogel
afae1c78a2
Merge branch '6712'
2013-07-17 15:18:12 -07:00
Yoni Fogel
aba7024988
Refs Tokutek/ft-engine#40 Rename c_restrict_to_range to c_set_bounds, delete c_pre_acquire_range_lock
2013-07-17 15:16:11 -07:00
Yoni Fogel
0148caf508
Refs Tokutek/ft-engine/#40 Use c_restrict_to_range function to force cursor to keep track of prelocked range
2013-07-17 15:16:11 -07:00
Yoni Fogel
9d7899ed99
Refs Tokutek/ft-index#28 attach gdb to the running process and extract information on fatal signal.
2013-07-05 14:11:31 -07:00
Zardosht Kasheff
bfed324b41
refs #42 , exit gracefully from ha_tokudb::create if we notice a field that is invalid
2013-06-24 15:07:20 -04:00
Rich Prohaska
d0139651db
strip carriage returns
2013-05-29 13:35:50 -04:00
Rich Prohaska
45d645fbb4
svn #6706 add GPL headers to the tokudb handlerton
2013-05-28 08:33:07 -04:00
Rich Prohaska
fde921b06e
remove overactive assert in ha_tokudb::external_lock
2013-05-24 11:23:52 -04:00
Rich Prohaska
826c8c44e5
support upsert x=x+values(x) expressions
2013-05-24 11:01:40 -04:00
Rich Prohaska
723dec96b6
#20 cleanup some static analysis issues
2013-05-24 10:59:07 -04:00