summaryrefslogtreecommitdiff
path: root/sql/sql_join_cache.cc
Commit message (Expand)AuthorAgeFilesLines
* Lintian complains on spelling errorFaustin Lammler2019-12-021-1/+1
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+2
|\
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-06-131-1/+2
| |\
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-06-121-1/+2
| | |\
| | | * MDEV-19588 Wrong results from query, using left join.Igor Babaev2019-05-281-1/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |\ \ | | | |/
| | | * Update FSF addressMichal Schorm2019-05-101-1/+1
* | | | MDEV-16286 Killed CREATE SEQUENCE leaves sequence in unusable stateMonty2018-05-271-2/+0
* | | | Add likely/unlikely to speed up executionMonty2018-05-071-5/+5
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| | |\ \
| | | * \ Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | | |\ \ | | | | |/
| | | | * BIT field woesSergei Golubchik2018-01-161-1/+1
* | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-11/+11
* | | | | Handle failures from mallocMichael Widenius2017-11-171-11/+21
* | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-10-301-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Windows : Fix truncation warnings in sql/Vladislav Vaintroub2017-10-101-3/+3
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-041-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-3/+3
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-251-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2017-09-251-0/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-8840: ANALYZE FORMAT=JSON produces wrong data with BKAVarun Gupta2017-09-241-0/+3
* | | | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-2/+2
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-0/+1
|/ / / /
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-1/+1
|\ \ \ \ | |/ / /
| * | | Correct FSF addressiangilfillan2017-03-101-1/+1
| * | | Merge 10.0 into 10.1Marko Mäkelä2017-03-091-0/+5
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Vicențiu Ciorbaru2017-03-031-0/+5
| | |\ \ | | | |/
| | | * MDEV-11525 Assertion `cp + len <= buff + buff_size' failed in JOIN_CACHE::wri...Sergei Golubchik2017-02-271-0/+5
* | | | cleanup: style fixes, sql_join_cache.ccSergei Golubchik2017-02-131-285/+279
* | | | bugfix: move vcol calculations down into the handlerSergei Golubchik2016-12-121-7/+0
* | | | cleanup: Field_blob::get_ptr()Sergei Golubchik2016-12-121-1/+1
* | | | cleanup: TABLE::update_virtual_fieldsSergei Golubchik2016-12-121-3/+3
* | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-2/+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
* | | Fix typos in JSON MRR outputSergei Petrunia2015-09-241-1/+2
* | | MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-3/+3
* | | Stage 2 of MDEV-6152:Monty2015-08-211-1/+1
* | | MDEV-7835: ANALYZE FORMAT=JSON should show buffer sizesOleksandr Byelkin2015-04-091-0/+2
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-1/+1
|\ \ \ | |/ /
| * | 5.5 mergeSergei Golubchik2014-09-161-1/+1
| |\ \ | | |/
| | * 5.3 mergeSergei Golubchik2014-09-121-1/+1
| | |\
| | | * Fixed bug mdev-6292.Igor Babaev2014-09-091-1/+1
* | | | Merge bb-10.1-explain-analyze into 10.1Sergei Petrunia2014-06-251-10/+28
|\ \ \ \ | |/ / / |/| | |
| * | | MDEV-406: ANALYZE $stmt: add support for BNL join bufferingSergei Petrunia2014-06-251-10/+28
* | | | Fixed bug mdev-6071.Igor Babaev2014-06-101-12/+24
|/ / /