82 Commits (000f5143c302c85181772d63e38497a51afeb93f)

Author SHA1 Message Date
Rich Prohaska 000f5143c3 #200 handle errors when writing cardinality data 12 years ago
Rich Prohaska daddc85f76 #195 merge mariadb 10.0.9 12 years ago
Rich Prohaska 04b8c2f63c #177 disable inline alter table drop default, add key, drop key, rename column when null bytes changed 12 years ago
Rich Prohaska c7836bb38d #166 add this handler to debug enter and return 12 years ago
Rich Prohaska 8bcf6c5379 add a session variable that controls whether or not alter table errors are printed to stderr 12 years ago
Rich Prohaska 521cf40b4e port to mysql 5.6.15 12 years ago
Rich Prohaska 3840ef6b44 #87 grab exclusive MDL in the tokudb alter table commit function 12 years ago
Rich Prohaska fb6d749f2f start port of tokudb to mariadb 10 12 years ago
Rich Prohaska b8d7ee9795 basic tokudb running in mysql 5.7 12 years ago
Rich Prohaska 36737f6c36 tokutek/ft-index#76 add US Patent 8,489,638 12 years ago
Rich Prohaska 935f78acc2 #92 add key_is_clustering accessor 12 years ago
Rich Prohaska 5cf85b79cd #92 simplify my_free calls 12 years ago
Rich Prohaska 529d5b2f5b Tokutek/mysql56#26 fix crash on alter table of partitioned tokudb table 12 years ago
Rich Prohaska 25000cfdd5 refs #26 fix inplace_alter_table for tokudb partitions 12 years ago
Rich Prohaska d46b4cfce2 #69 run create unique index with MDL shared no write (not hot WRT writes) 12 years ago
Rich Prohaska 8fe18b9488 #64 get hot text and blob column expansion working 12 years ago
zkasheff 9be800a47d refs #61, make blob expansion a non-hot operation 12 years ago
Rich Prohaska 1200ca6dad svn #6706 add GPL headers to the tokudb handlerton 13 years ago
Rich Prohaska f239e32078 handle cardinality with alter add drop 13 years ago
Rich Prohaska 1b0261cc5c try to retain cardinality data after add/drop index 13 years ago
Rich Prohaska 65aa1d4639 handle cardinality with alter add drop 13 years ago
Rich Prohaska c15ef5e88e try to retain cardinality data after add/drop index 13 years ago
Rich Prohaska 32156c75ba refs #6184 new cardinality and status code with better unit tests 13 years ago
Rich Prohaska 2cfb7b0af2 refs #6022 implement cardinality on the mainline 13 years ago
Rich Prohaska d54188599f refs #5876 always init pad_char to avoid erroneous compiler warning 13 years ago
Rich Prohaska ae0c1d330f refs #5862 support MDL X during alter prepare for various locking protocols 13 years ago
Rich Prohaska 827a8007ca refs #4476 build tokudb on mysql-5.6.9-rc 13 years ago
Rich Prohaska 6f26ea8163 refs #5254 merge fast upserts to mainline. enabled on mysql 5.6 only for now. 13 years ago
Rich Prohaska d5c5fa3837 refs #5679 grab exclusive MDL for drop index 13 years ago
Rich Prohaska db5f40a952 refs #4476 implement tokudb_disable_hot_alter for 5.6.7 13 years ago
Zardosht Kasheff c1840ae157 closes #5481, remove trx->should_abort 13 years ago
Rich Prohaska 3e323a69f0 refs #5607 hot text/blob expansion 13 years ago
Rich Prohaska 39f432a210 refs #5511 simplify add_or_drop_column 13 years ago
Rich Prohaska 06f0bb47c3 refs #5511 detect auto increment type change and dont run it hot 13 years ago
Rich Prohaska 4f8d2f096a refs #4363 hcr rename blob, text, enum, and time types 13 years ago
Rich Prohaska da0b2dc3e2 refs #4476 cleanup prepare inplace alter 13 years ago
Rich Prohaska fa2e13881f refs #4476 get alter table working again in mysql 5.6.7 13 years ago
Rich Prohaska 7895dc9d40 refs #5510 get varchar expansion with prefix keys working in mysql 5.6.7 13 years ago
Rich Prohaska fa0262d3a3 refs #5524 turn on hot alter table in mariadb 10 13 years ago
Rich Prohaska af54fc04dc refs #5513 fix hot column expansion code review issues on the mainline 13 years ago
Rich Prohaska 937c4a8886 refs #5333 #5334 change descriptors when changing a column 13 years ago
Rich Prohaska 14e9e75f96 refs#5333 there can be only one column expansion at a time 13 years ago
Zardosht Kasheff 07432617d4 refs #5431, enable hot row format change in mariadb-5.5. Need to fix existing tests and write new one 13 years ago
Zardosht Kasheff 1080ab092f refs #5431, put some defensive checks in for mysql 5.6 alter table in tokudb storage engine 13 years ago
Rich Prohaska 4f54c962a4 refs #5333 simplify column expansion messages 13 years ago
Rich Prohaska e1d0a2e5cf refs #5333 dont allow hot char <-> char binary conversions 13 years ago
Rich Prohaska 561a218e43 refs #5333 simplify expand varchar code 13 years ago
Rich Prohaska e5ac116741 refs #5333 redo hot expand int and unsigned int 13 years ago
Zardosht Kasheff 3d6a688583 refs #5333, make debug compilation fix for mysql 5.5 (MariaDB showed no issues) 13 years ago
Rich Prohaska efef9b0605 refs #5333 fix expand field offset computation 13 years ago