summaryrefslogtreecommitdiff
path: root/sql/ha_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-121-88/+122
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-07-081-88/+122
| |\
| | * Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-88/+122
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-88/+122
| | | |\
| | | | * bugfix: long partition namesSergei Golubchik2017-07-061-83/+112
* | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-07-071-2/+0
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: generate_partition_syntax()Sergei Golubchik2017-07-051-2/+0
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-05-081-0/+1
* | | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-11/+13
* | | | | Added "const" to new data for handler::update_row()Michael Widenius2017-04-181-2/+2
* | | | | MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-1/+3
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-0/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+1
| | |\ \ | | | |/
| | | * MDEV-10418 Assertion `m_extra_cache' failed inAlexey Botchkov2017-02-221-0/+1
* | | | bugfix: partitioning and keyread on an indexed vcolSergei Golubchik2016-12-121-1/+1
* | | | cleanup: set_field_ptr()Sergei Golubchik2016-12-121-2/+2
* | | | cleanup: extra_rec_buf_lengthSergei Golubchik2016-12-121-12/+0
* | | | various cleanupsSergei Golubchik2016-06-301-11/+4
* | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-2/+1
* | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-0/+11
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-1/+1
| |\ \ \ | | |/ /
| | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-1/+1
* | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-3/+3
|/ / /
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-0/+1
|\ \ \ | |/ /
| * | MDEV-8805 - Assertion `!m_ordered_rec_buffer' failed inAditya A2015-10-281-0/+1
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-09-011-1/+1
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-4/+5
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* | | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+5
* | | cleanup: comments referring to non-extistent Item classesSergei Golubchik2014-12-041-1/+1
* | | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-0/+1
|\ \ \ | |/ /
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-0/+1
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-4/+1
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2014-09-161-4/+1
| |\ \ | | |/
| | * MDEV-6605 Multiple Clients Inserting Causing Error: Failed to read auto-incre...Sergei Golubchik2014-09-081-4/+1
* | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-9/+0
* | | cleanup: remove table->status from some enginesSergei Golubchik2014-10-011-3/+0
* | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-0/+9
|/ /
* | post-fix for the merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONE...Sergei Golubchik2014-05-081-0/+1
* | merge of "Bug#16216513 INPLACE ALTER DISABLED FOR PARTITIONED TABLES"Sergei Golubchik2014-05-081-122/+55
* | 5.5 mergeSergei Golubchik2014-03-261-44/+102
|\ \ | |/
| * move file->position() down, to make sure it's executed only whenSergei Golubchik2014-03-251-6/+7
| * MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MyS...Sergey Petrunya2014-03-111-44/+101
* | 10.0-base mergeSergei Golubchik2014-02-261-7/+67
|\ \
| * \ 5.5 mergeSergei Golubchik2014-02-251-8/+67
| |\ \ | | |/
| | * Post-merge fixes: merge MariaDB's fix for MDEV-5177 and MDEV-5555 Sergey Petrunya2014-02-171-17/+7
| | * MergeSergey Petrunya2014-02-171-2/+59
| | |\
| | | * MDEV-5177: ha_partition and innodb index intersection produce fewer rows (MyS...Sergey Petrunya2014-02-171-2/+59