summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-0/+1
|\
| * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-0/+1
| |\
| | * MDEV-19778 Wrong Result on Left Outer Join with Subquery right on trueIgor Babaev2019-06-221-0/+1
| * | imporve clang buildEugene Kosov2019-06-251-2/+2
* | | 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 AddressVicențiu Ciorbaru2019-05-111-1/+1
* | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+5
|\ \ \ | |/ /
| * | MDEV-11015 Assertion failed: precision > 0 in decimal_bin_size upon SELECT wi...Alexander Barkov2019-04-271-1/+5
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-251-0/+2
|\ \ \ | |/ /
| * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-191-0/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2019-03-261-12/+0
|\ \ \ | |/ /
| * | MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-261-12/+0
* | | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN...Alexander Barkov2019-02-231-1/+3
* | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-1/+1
|\ \ \ | |/ /
| * | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-241-1/+1
* | | MDEV-15424: Unreasonable SQL Error (1356) on select from viewVarun Gupta2018-12-191-0/+2
* | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-0/+3
* | | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+4
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-1/+4
| | |\ \ | | | |/
| | | * MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-201-1/+4
* | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-44/+62
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-3/+3
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-0/+1
| | |\ \ | | | |/
| | | * MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-251-0/+1
* | | | Remove most 'register' use in C++Marko Mäkelä2018-04-241-2/+2
* | | | Fixed mdev-15162 Query with CTE hangs if assignment operator (:=) is usedIgor Babaev2018-02-061-1/+5
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-0/+2
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-0/+2
| | |\ \ | | | |/
| | | * Fix compilation without dlopenSergei Golubchik2018-01-221-0/+2
| | | * MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-0/+2
* | | | Compilation speed (#546)Eugene Kosov2018-01-141-1/+1
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2017-11-091-2/+3
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-091-2/+3
| |\ \ \ | | |/ /
| | * | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-2/+3
| | * | MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthr...Sergei Golubchik2017-07-201-2/+3
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
| * | | Fixed compiler warningsMonty2017-08-071-1/+1
* | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-2/+2
* | | | MDEV-13673 Bad result in viewSergei Golubchik2017-09-181-1/+2
* | | | Fixed compilation warnings (while testing 32 bit builds)Monty2017-07-011-1/+1
* | | | MDEV-12851: Case with window functions query crashes serverVicențiu Ciorbaru2017-06-281-2/+3
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-261-1/+1
|\ \ \ \ | |/ / /
| * | | MDEV-12844 numerous issues in MASTER_GTID_WAIT()Sergei Golubchik2017-05-241-1/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+2
|\ \ \ \ | |/ / /
| * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-05-091-5/+4
|\ \ \ \ | |/ / /