summaryrefslogtreecommitdiff
path: root/sql/sql_partition.cc
Commit message (Expand)AuthorAgeFilesLines
* bugfix: table->get_fields_in_item_tree=trueSergei Golubchik2016-12-121-0/+1
* cleanup: set_field_ptr()Sergei Golubchik2016-12-121-47/+14
* Merge branch '10.2_warnings' of https://github.com/kevgs/server into kevgs-10...Marko Mäkelä2016-11-251-2/+4
* MDEV-10763: Wrong result - server does not return NULL values from default li...Oleksandr Byelkin2016-09-091-2/+13
* MDEV-10765: Wrong result - query does not retrieve values from default partit...Oleksandr Byelkin2016-09-091-0/+6
* MDEV-8348: Add catchall to all table partitioning for list partitionsOleksandr Byelkin2016-09-071-13/+105
* various cleanupsSergei Golubchik2016-06-301-40/+15
* cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-6/+3
* MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-2/+2
* MDEV-8716 - Obsolete sql_calloc() in favor of THD::calloc() and thd_calloc()Sergey Vojtovich2015-11-261-14/+15
* Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-1/+0
|\
| * remove unneded #include's that had a dubious explanationSergei Golubchik2015-10-241-1/+0
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-3/+2
* | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-8/+9
* | MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-211-1/+1
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-1/+0
|\ \ | |/
| * remove unused file and unnecessary #includeSergei Golubchik2015-05-031-1/+0
* | MDEV-7856: EXPLAIN FORMAT=JSON should show partitionsOleksandr Byelkin2015-04-091-1/+10
* | cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-041-3/+3
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-1/+1
|\ \ | |/
| * MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
* | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-19/+24
|\ \ | |/
| * 5.5.39 mergeSergei Golubchik2014-08-071-19/+24
| |\
| | * mysql-5.5.39 mergeSergei Golubchik2014-08-021-32/+38
| | |\
| | | * BUG#18618561: FAILED ALTER TABLE ENGINE CHANGE WITH PARTITIONSNisha Gopalakrishnan2014-06-241-9/+15
| | | * Bug#17909699: WRONG RESULTS WITH PARTITION BY LIST COLUMNS()Mattias Jonsson2014-05-061-17/+22
| | * | MDEV-6322: The PARTITION engine can return wrong query resultsSergey Petrunya2014-07-231-4/+9
* | | | MDEV-34 delete storage/ndb and sql/*ndb* (and collateral changes)Sergei Golubchik2014-10-111-1/+1
|/ / /
* | | remove append_escaped(), use String::append_for_single_quote() insteadSergei Golubchik2014-03-261-3/+1
* | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-6/+6
* | | Automatic mergeMichael Widenius2014-02-051-3/+3
|\ \ \
| * | | Fixes to get valgrind to work with jemallocMichael Widenius2014-01-021-3/+3
* | | | 10.0-base mergeSergei Golubchik2014-02-031-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | 5.5 mergeSergei Golubchik2014-02-011-0/+2
| |\ \ \ | | |/ /
| | * | MySQL-5.5.35 mergeSergei Golubchik2014-01-221-0/+2
| | |\ \ | | | |/
| | | * Bug#17559867 AFTER REBUILDING , A MYISAM PARTITION ENDS UP Aditya A2013-10-181-0/+2
| | | |\
| | | | * Bug#17559867 AFTER REBUILDING,A MYISAM PARTITION ENDS UP Aditya A2013-10-181-0/+2
| | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | | * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
| | | * | Fix for Bug#16614004 CRASH AFTER READING FREED MEMORY AFTER DOING DDL IN STOR...Guilhem Bichot2013-07-241-0/+1
* | | | | MDEV-5281 Partitioning issue after upgrade from 10.0.3-1 to 10.0.5-1Sergei Golubchik2013-11-281-14/+84
* | | | | 10.0-base merge.Sergei Golubchik2013-09-211-142/+207
|\ \ \ \ \ | |/ / / /
| * | | | 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-142/+207
| |\ \ \ \ | | |/ / /
| | * | | mysql-5.5.33 mergeSergei Golubchik2013-09-061-142/+207
| | |\ \ \ | | | |/ /
| | | * | Bug#16447483: PARTITION PRUNING IS NOT CORRECT FOR RANGE COLUMNSMattias Jonsson2013-05-161-142/+207
* | | | | 10.0-monty mergeSergei Golubchik2013-07-211-485/+567
|\ \ \ \ \
| * | | | | Fixed issues with partitions and create temporary table SELECT ...Michael Widenius2013-07-031-138/+141
| * | | | | ha_partition.cc and ha_partition.h are now completely mergedMichael Widenius2013-06-271-4/+75
| * | | | | Applied all changes from Igor and SanjaMichael Widenius2013-06-151-191/+367