summaryrefslogtreecommitdiff
path: root/storage/tokudb/ha_tokudb_alter_56.cc
Commit message (Expand)AuthorAgeFilesLines
* NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-221-2/+14
* MDEV-371 Unique Index for long columnsSachin2019-02-221-1/+1
* Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-159/+106
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-159/+106
| |\
| | * Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-159/+106
| | |\
| | | * 5.6.41-84.1Oleksandr Byelkin2018-09-031-159/+106
* | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-5/+11
* | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-48/+46
* | | | Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-241-6/+6
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-5/+5
|/ / /
* | | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-10/+10
* | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-380/+866
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-380/+866
| |\ \ | | |/
| | * 5.6.29-76.2Sergei Golubchik2016-04-261-2/+2
| | * 5.6.27-76.0Sergei Golubchik2015-12-151-379/+865
* | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-87/+22
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-87/+22
| |\ \ | | |/
| | * 5.6.26-74.0Sergei Golubchik2015-10-261-0/+1197
* | update tokudb to 10.2Sergei Golubchik2015-11-201-3/+3
|/
* Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-271-6/+9
|\
| * DB-823 fix lock tables + transaction accounting for subsequent operationsRik Prohaska2015-03-041-6/+9
| * DB-766 use an extra flag that is supported on MySQL and does not require a to...Rich Prohaska2014-12-211-1/+3
| * DB-759 test and fix alter table bug with cardinality dataRich Prohaska2014-11-131-1/+1
| * #256 only force MDL X for certain alter table operationsRich Prohaska2014-06-261-21/+29
| * #225 hot optimize for 5.6 and 10.0 using alter recreateRich Prohaska2014-06-011-0/+11
| * #206 merge mariadb 10.0.11 changesRich Prohaska2014-05-141-1/+7
| * #228 use thd_get/set_ha_data for tokudb_trx dataRich Prohaska2014-05-071-1/+1
| * #206 compile without partition storage engineRich Prohaska2014-04-091-0/+8
| * #206 support mariadb 10.0.10 alter compression table attributeRich Prohaska2014-04-081-1/+8
| * #200 handle errors when writing cardinality dataRich Prohaska2014-03-201-2/+3
| * #195 merge mariadb 10.0.9Rich Prohaska2014-03-181-1/+5
| * #177 disable inline alter table drop default, add key, drop key, rename colum...Rich Prohaska2014-02-051-9/+19
| * #166 add this handler to debug enter and returnRich Prohaska2014-01-141-4/+4
| * add a session variable that controls whether or not alter table errors are pr...Rich Prohaska2013-12-201-6/+6
| * port to mysql 5.6.15Rich Prohaska2013-12-111-6/+6
| * #87 grab exclusive MDL in the tokudb alter table commit functionRich Prohaska2013-11-211-1/+23
| * start port of tokudb to mariadb 10Rich Prohaska2013-11-101-7/+9
| * basic tokudb running in mysql 5.7Rich Prohaska2013-11-091-16/+20
| * tokutek/ft-index#76 add US Patent 8,489,638Rich Prohaska2013-10-041-0/+1
| * #92 add key_is_clustering accessorRich Prohaska2013-09-231-4/+4
| * #92 simplify my_free callsRich Prohaska2013-09-231-1/+1
| * Tokutek/mysql56#26 fix crash on alter table of partitioned tokudb tableRich Prohaska2013-08-291-3/+8
| * refs #26 fix inplace_alter_table for tokudb partitionsRich Prohaska2013-08-291-0/+8
| * #69 run create unique index with MDL shared no write (not hot WRT writes)Rich Prohaska2013-08-211-2/+4
| * #64 get hot text and blob column expansion workingRich Prohaska2013-08-151-2/+82
| * refs #61, make blob expansion a non-hot operationzkasheff2013-07-291-13/+0
| * svn #6706 add GPL headers to the tokudb handlertonRich Prohaska2013-05-281-0/+89
| * handle cardinality with alter add dropRich Prohaska2013-05-241-3/+7
| * try to retain cardinality data after add/drop indexRich Prohaska2013-05-241-2/+2
| * refs #6184 new cardinality and status code with better unit testsRich Prohaska2013-04-171-2/+2