751 Commits (85d338cc3eadb9ba1f9734d5c7c960234f982c5b)

Author SHA1 Message Date
Zardosht Kasheff 15ef968482 closes #5884, remove ha_tokudb_alter_51.cc, we no longer support 5.1, so it is dead 13 years ago
Rich Prohaska 441ed1b542 refs #5780 build basic tokudb in percona server 13 years ago
Rich Prohaska cb10fa2d1c refs #4476 use user_defined_key_parts 13 years ago
Rich Prohaska 827a8007ca refs #4476 build tokudb on mysql-5.6.9-rc 13 years ago
Rich Prohaska f20faf8fe6 refs #5763 error write row on auto increment overflow 13 years ago
Leif Walsh 0bd13e7f74 closes #5757 merge information_schema.tokudb_fractal_tree_info and information_schema.tokudb_fractal_tree_block_map to main 13 years ago
Rich Prohaska 97aa60ee1f refs #5738 imp index_only_read_time for mysql 5.6 13 years ago
John Esmet 2323f2bb23 refs #5710 add status counter for the total number of primary key bytes inserted (key and value, no secondary indexes) 13 years ago
Rich Prohaska 3921faeecb refs #5726 get upserts working with hot indexing 13 years ago
Rich Prohaska 6f26ea8163 refs #5254 merge fast upserts to mainline. enabled on mysql 5.6 only for now. 13 years ago
Yoni Fogel 8206e02a38 refs #5467 merge onto handlerton (kill putloader) 13 years ago
John Esmet b6fae997fd refs #5351 fix a mysql test failure caused by non-shared read locks. turns out the real error is that we do not consistently return ER_LOCK_WAIT_TIMEOUT on cursor errors, so mysql-tests can be very fragile. 13 years ago
Zardosht Kasheff f98ea7a7ad closes #5691, add comment 13 years ago
Zardosht Kasheff 49a37d5a3b refs #4675, fix auto increment behavior on truncate to reset properly 13 years ago
Rich Prohaska 271e1cf6bd refs #5628 reverse expression order in ha_tokudb::store_lock (faster expression which is false most of the time first) 13 years ago
Zardosht Kasheff 55cdf389ef refs #5585, make a fix to help joins using unique keys 13 years ago
Zardosht Kasheff c1840ae157 closes #5481, remove trx->should_abort 13 years ago
Zardosht Kasheff b10eed1f5a closes #5547, remove code that was there only for MySQL 5.1 13 years ago
Rich Prohaska 49f4651c49 refs #5502 delete frm data when partitioned tables are opened and the frm data is not being maintained by the handlerton 13 years ago
Zardosht Kasheff 100a292827 refs #5469, refs #5481, add comments reminding myself to remove what should hopefully be a useless variable 13 years ago
Zardosht Kasheff 954ad0d550 refs #5467, undo change 13 years ago
Zardosht Kasheff f8499b0608 refs #5467, do checkpoitn at end of tokudb_add_index 13 years ago
Rich Prohaska efda2c9152 refs #5333 support varchar expansion on 5.5 13 years ago
Rich Prohaska 98104ed322 refs #5394 shadow active_index with tokudb_active_index for scan operations on a tokudb table. fixes a problem in 5.6.6-m9. 13 years ago
Rich Prohaska 4d0b1af28e refs #5343 save frm data for partitioned tables in 5.5 13 years ago
Rich Prohaska 32354be35f refs #4743 use a single txn for alter table on a partitioned tokudb table 13 years ago
Rich Prohaska 324c3b8156 refs #4743 rollback alter table add key with partitions 13 years ago
Rich Prohaska 81fd9403e5 replace tables in handlerton files 13 years ago
Yoni Fogel 274b25eb8b refs #5081 Replace all usage: 13 years ago
Rich Prohaska 0c8dc0add8 refs #5195 rearrange some handlerton files 13 years ago
John Esmet e4399f2358 refs #4800 report progress to the client and show processlist for offline indexing, loads, and optimize table. only show process in show processlist for hot optimizing. 13 years ago
Zardosht Kasheff b57f34f0d4 closes #5130, make handler change 13 years ago
Zardosht Kasheff a4138ad04a [t:5059], make status dictionary have a small node size 13 years ago
Zardosht Kasheff 1a6afca9da [t:5037], fix bug by adding trx->should_abort in case loader returns an error 13 years ago
Zardosht Kasheff 19b43690e0 [t:5041], fix load data local on main 13 years ago
Zardosht Kasheff f332f537c2 [t:5003], expand fix to include replace into and insert...on duplicate key update 13 years ago
Rich Prohaska 0cbe02d15a #5023 always compile in the update callback in the handlerton (even for mysql 5.5 without hcad) refs[t:5023] 13 years ago
Leif Walsh f30b5654c0 [t:5013] don't initialize dest_val if src_val is empty in tokudb_generate_row on mainline too. fixes #5013 13 years ago
Zardosht Kasheff f7b8cddd2b [t:5003], fix bug on main 13 years ago
Zardosht Kasheff 20b52e6691 [t:4920], in ha_tokudb.cc, protect indexer->close and indexer->abort with shanre->num_DBs_lock 13 years ago
Rich Prohaska f7f060bbf9 #4476 more HCAD progress on 5.6 refs[t:4476] 13 years ago
Rich Prohaska 570256806a #4476 merge 5.6 handlerton changes to main refs[t:4476] 13 years ago
Rich Prohaska ee1e9cfd38 #4921 add per table data size to the tokudb_user_data information schema. also, combine all handlerton source into one compiled file refs[t:4921] 13 years ago
Rich Prohaska 3c1c690b71 #4903 add HCAD recovery to mainline 5.6 refs[t:4903] 13 years ago
Rich Prohaska 6538ba0612 #4855 support hcadr in mysql 5.6 and merge to main refs[t:4855] 13 years ago
John Esmet 91b38769ae close[t:4714] merge 4714 to main. 13 years ago
Leif Walsh f1cd9edf6b [t:4882] fix handlerton to set compression method before db->open 13 years ago
Rich Prohaska 4a497b3b06 #4855 compile the handlerton on mysql 5.6.6 refs[t:4855] 13 years ago
Rich Prohaska d27ddbe242 #4855 merge 5.6 handlerton changes to main closes[t:4855] 13 years ago
Leif Walsh 7450075132 [t:4840] [t:3383] don't blow away what's in create_info if the user 13 years ago