734 Commits (2e7e13af2d3e0b6928bf2216480c89da018957b1)

Author SHA1 Message Date
Rich Prohaska 2e7e13af2d #185 fix out of range read from uint3korr 12 years ago
Rich Prohaska a8ca3e2ab3 #184 fix mismatch between table_share->key_parts and the number really there. mysql increments key_parts for the extended keys. 12 years ago
Rich Prohaska bc07ccf8a7 #182 fix dbt array memory leak 12 years ago
Rich Prohaska dfe4872524 #180 avoid thd_proc_info pointing to invalid info (like when a function sets proc info with a local variable and then returns) 12 years ago
Rich Prohaska b7e362e48c #178 clean up hatoku_defines.h a bit. it is a mess. 12 years ago
Rich Prohaska 8e26447aa3 #172 simplify test case for -30994 leak 12 years ago
Rich Prohaska 2ea52a40ca #172 map ydb errors to handler errors in prelocking functions 12 years ago
Rich Prohaska 2c1dff7228 #171 add a field types array to classify types into fixed, variable and blob types 12 years ago
Rich Prohaska 3ec9648f3d Tokutek/mysql56#54 fix to tokudb::external_lock for the alter table assert bug, plus a rewrite of the tokudb debug tracing 12 years ago
Rich Prohaska 4a9dccc9ac #168 remove obsolete is_fast_alter_running 12 years ago
Rich Prohaska 0d6c69d760 #167 use a serializable cursor to check for PK duplicate 12 years ago
Rich Prohaska 907eaff9e4 #167 ignore dictionary too new errors 12 years ago
Rich Prohaska c258157515 #166 pretty print external lock type 12 years ago
Rich Prohaska c7836bb38d #166 add this handler to debug enter and return 12 years ago
Rich Prohaska 3a789b41f6 #159 set last_auto_increment from create info 12 years ago
Rich Prohaska 1e3a1b0f52 #158 support slave exec mode idempotent 12 years ago
Rich Prohaska 295947c6f8 #157 fix tokudb::index_next_same error handling 12 years ago
Rich Prohaska 5c147cc943 Tokutek/mysql56#42 turn on HA_PRIMARY_KEY_REQUIRED_FOR_POSITION to fix failing partition tests on mysql 5.6 12 years ago
Rich Prohaska 484c30bdf2 #152 fix MDEV-5399 12 years ago
Rich Prohaska 503863aeac remove junk debug code 12 years ago
Rich Prohaska 5172855d16 #150 cleanup cursor when a txn is retired 12 years ago
Rich Prohaska 521cf40b4e port to mysql 5.6.15 12 years ago
Rich Prohaska 2924878769 #141 fix another open close race 12 years ago
Rich Prohaska 12e3e629a4 #141 fix table open and close race 12 years ago
Rich Prohaska 610474f974 #150 cleanup indexing cursor when a txn is retired 12 years ago
Rich Prohaska b65e6e3d74 #141 redo table open and close locking to avoid table opening pileup 12 years ago
Rich Prohaska 7e71d5fd62 #142 remove tokudb meta dictionary 12 years ago
Rich Prohaska dde0c43553 #142 remove tokudb_meta_mutex 12 years ago
Rich Prohaska b8d7ee9795 basic tokudb running in mysql 5.7 12 years ago
Rich Prohaska 76a9489f9b Tokutek/mysql56#5 optimize read only transactions 12 years ago
Rich Prohaska 8691f7a3bd Tokutek/mysql56#5 optimize read only transactions 12 years ago
Rich Prohaska 97f1989efb compile when tokudb row format compression types are not defined 12 years ago
Rich Prohaska 43dec55024 #131 make fast and small aliases for quicklz and lzma 12 years ago
Rich Prohaska dc4e26d618 #131 make small and fast aliases for quicklz and lzma 12 years ago
Rich Prohaska ef6add4cac #122 change default compression to zlib and add a session variable to control create info row format 12 years ago
Rich Prohaska 36737f6c36 tokutek/ft-index#76 add US Patent 8,489,638 12 years ago
Rich Prohaska a9caa21f48 remove cruft 12 years ago
Rich Prohaska bb1fdf7ddd #92 use parent txn in ::delete_or_rename_table. this removes error messages when running dict_leak_3518 test 12 years ago
Rich Prohaska 935f78acc2 #92 add key_is_clustering accessor 12 years ago
Rich Prohaska f0629146c3 #92 remove memcpy_fixed (no longer necessary) 12 years ago
Rich Prohaska 5cf85b79cd #92 simplify my_free calls 12 years ago
Zardosht Kasheff 577470e05a refs #94, for keys with strings, add a memcmp at the end of the comparison 12 years ago
Rich Prohaska 9f5293de5b #81 cleanup thread variables 12 years ago
Rich Prohaska 60a4370f9a refs #71 rearrange IS code 12 years ago
Rich Prohaska 3ac574c06b refs Tokutek/ft-engine#30 trace all txn begin calls 12 years ago
Rich Prohaska d46b4cfce2 #69 run create unique index with MDL shared no write (not hot WRT writes) 12 years ago
Zardosht Kasheff a8c9af2786 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 12 years ago
Zardosht Kasheff 9baa37146c refs Tokutek/ft-index/#26 have ha_tokudb use new XXX_multiple API 12 years ago
Rich Prohaska a43124c1e5 #58 #62 ignore key block size settings for tokudb. use session variables instead. 12 years ago
Rich Prohaska d58b0523c8 #57 error our unpack_blobs if the blobs input buffer can not be parsed 12 years ago