summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2017-07-071-0/+6
|\
| * after-merge fix for a7ed4644a6fSergei Golubchik2017-07-061-1/+0
| * Merge branch '5.5' into 10.0Sergei Golubchik2017-07-061-0/+7
| |\
| | * MDEV-10146: Wrong result (or questionable result and behavior) with aggregate...Oleksandr Byelkin2017-07-051-0/+7
| * | MDEV-12666: CURRENT_ROLE() and DATABASE() does not work in a viewVicențiu Ciorbaru2017-06-151-0/+1
| * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+2
* | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-2/+2
* | | Merge branch '10.0' 10.1Sergei Golubchik2017-04-281-1/+4
|\ \ \ | |/ /
| * | MDEV-12495 Conditional jump depends on uninitialised value for: SELECT NULL U...Alexander Barkov2017-04-221-1/+4
* | | Merge 10.0 into 10.1Marko Mäkelä2017-04-061-13/+0
|\ \ \ | |/ /
| * | MDEV-8642: WHERE Clause not applied on View - Empty result set returnedOleksandr Byelkin2017-04-051-13/+0
* | | Post merge review fixesVicențiu Ciorbaru2017-01-171-1/+1
* | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-1/+40
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-1/+40
| |\ \ | | |/
| | * MDEV-10386 Assertion `fixed == 1' failed in virtual String* Item_func_conv_ch...Alexander Barkov2016-12-211-1/+2
| | * MDEV-7691: Assertion `outer_context || !*from_field || *from_field == not_fou...Sergei Petrunia2016-12-191-0/+38
* | | MDEV-11030 Assertion `precision > 0' failed in decimal_bin_sizeAlexander Barkov2017-01-121-1/+8
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-30/+44
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-30/+44
| |\ \ | | |/
| | * MDEV-10663: Use of Inline table columns in HAVING clause throws 1463 ErrorOleksandr Byelkin2016-12-061-29/+43
| | * MDEV-10717 Assertion `!null_value' failed in virtual bool Item::send(Protocol...Alexander Barkov2016-12-061-0/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-2/+21
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-2/+21
| |\ \ | | |/
| | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-09-111-4/+1
| | |\
| | | * Bug #23280699: MYSQLD GOT SIGNAL 11 IN IS_NULL ON SELECTSreeharsha Ramanavarapu2016-07-221-4/+1
| | | * Bug #23279858: MYSQLD GOT SIGNAL 11 ON SIMPLE SELECTSreeharsha Ramanavarapu2016-05-241-2/+7
| | * | MDEV-8833 Crash of server on prepared statement with conversion to semi-joinOleksandr Byelkin2016-09-021-2/+21
* | | | MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate...Oleksandr Byelkin2016-08-311-0/+31
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-8/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-8/+9
| |\ \ \ | | |/ /
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-06-141-8/+9
| | |\ \ | | | |/
| | | * Bug #18740222: CRASH IN GET_INTERVAL_INFO WITH WEIRDOSreeharsha Ramanavarapu2016-03-031-8/+9
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-5/+6
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-5/+6
| |\ \ \ | | |/ /
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-04-201-3/+9
| | |\ \ | | | |/
| | | * Bug #18823979: PS: UCS2 + CASE WHEN THEN ELSE CRASH INSreeharsha Ramanavarapu2016-01-291-10/+25
| | | * Bug#21682356: STOP INJECTING DATA ITEMS IN AN ERROR MESSAGEKnut Anders Hatlen2016-01-171-3/+4
* | | | MDEV-9604 crash in Item::save_in_field with empty enum valueAlexander Barkov2016-03-231-0/+16
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
|\ \ \ \ | |/ / /
| * | | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
* | | | MDEV-9682 Assertion `0' failed in Item_cache_row::illegal_method_call on 2nd ...Sergei Golubchik2016-03-051-0/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+1
| |\ \ \ | | |/ /
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+1
| | |\ \ | | | |/
| | | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-1/+1
| | | * Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-101-22/+32
| | | |\
| | | | * Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-101-21/+42
| | | * | Bug#18928848 II. MALLOC OF UNINITIALIZED MEMORY SIZETor Didriksen2014-08-211-3/+14
| | | * | Bug#18935421 RPAD DIES WITH CERTAIN PADSTR INTPUTS....Tor Didriksen2014-07-071-1/+13
| | | * | Merge from 5.1 to 5.5Nisha Gopalakrishnan2013-03-281-1/+3
| | | |\ \ | | | | |/