summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-178/+6
|\
| * Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-177/+6
| |\
| | * MDEV-17250 Remove unused Item_copy_xxxAlexander Barkov2018-09-201-175/+0
| | * MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-201-2/+6
* | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-6/+4
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0bb-10.0-merge-sanjaOleksandr Byelkin2018-09-031-6/+4
| |\ \ | | |/
| | * item_cmp_type: simplier for a faster codepathDaniel Black2018-08-221-6/+4
* | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-211-1/+1
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-151-1/+1
| |\ \ | | |/
| | * MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-151-1/+1
* | | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-07-311-1/+2
|\ \ \ | |/ /
| * | Merge 5.5 into 10.0Marko Mäkelä2018-07-301-1/+2
| |\ \ | | |/
| | * Merge remote-tracking branch 'mysql/5.5' into 5.5Oleksandr Byelkin2018-07-291-1/+2
| | |\
| | | * Bug#27197235 USER VARIABLE + UINON + DECIMAL COLUMN RETURNSAjo Robert2018-04-101-1/+2
* | | | MDEV-16190 Server crashes in Item_null_result::field_type on SELECT with time...Alexander Barkov2018-06-111-7/+21
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-191-4/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2018-05-191-4/+4
| |\ \ \ | | |/ /
| | * | MDEV-15318 CREATE .. SELECT VALUES produces invalid table structureSergei Golubchik2018-05-171-4/+4
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-1/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-0/+7
| |\ \ \ | | |/ /
| | * | MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-251-0/+7
* | | | MDEV-15321:different results when using value of optimizer_use_condition_sele...Varun Gupta2018-03-161-6/+8
* | | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-4/+4
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-3/+3
| |\ \ \ | | |/ /
| | * | MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-1/+1
| | * | Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-2/+2
| | |\ \ | | | |/
| | | * Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-161-13/+14
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-12-201-1/+2
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2017-12-201-1/+2
| |\ \ \ | | |/ /
| | * | Revert "Remove use of volatile in stored_field_cmp_to_item"Vicențiu Ciorbaru2017-12-061-2/+7
| | * | Remove use of volatile in stored_field_cmp_to_itemDaniel Black2017-12-051-7/+2
| | * | Fixed bug MDEV-14368 Improper error for a grouping query thatIgor Babaev2017-11-111-1/+2
* | | | Merge remote-tracking branch 'origin/10.0' into 10.1Alexander Barkov2017-11-091-5/+20
|\ \ \ \ | |/ / /
| * | | MDEV-14164: Unknown column error when adding aggregate to function in oracle ...Oleksandr Byelkin2017-11-091-5/+21
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-5/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-4/+8
| |\ \ \ | | |/ /
| | * | Bug#26361149 MYSQL SERVER CRASHES AT: COL IN(IFNULL(CONST, COL), NAME_CONST(...mariadb-5.5.58Sergei Golubchik2017-10-171-0/+1
| | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+1
| | * | Cleanup usage of DBUG_ASSERTS.Oleksandr Byelkin2017-10-131-2/+1
| | * | MDEV-9208: Function->Function->View = Mysqld segfault (Server crashes in Depe...Oleksandr Byelkin2017-10-131-1/+5
| * | | MDEV-9886 Illegal mix of collations with a view comparing a field to a binary...Alexander Barkov2017-10-071-1/+3
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-09-191-1/+4
|\ \ \ \ | |/ / /
| * | | MDEV-13685 Can not replay binary log due to Illegal mix of collations (latin1...Alexander Barkov2017-09-151-1/+4
* | | | MDEV-10191 non convertible chars convert() resulted in Null instead "?" on Wi...Alexander Barkov2017-09-151-2/+2
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-08-081-2/+4
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-07-251-2/+4
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-1/+1
| | |\ \ | | | |/
| | | * Bug #24595639: INCORRECT BEHAVIOR IN QUERY WITH UNION ANDSreeharsha Ramanavarapu2017-05-241-1/+4
| | * | MDEV-11205 UDF_ARGS "attribute_lengths" incorrect value.Alexey Botchkov2017-07-181-0/+2
| | * | MDEV-12489 The select stmt may fail due to "having clause is ambiguous" unexp...Sergei Golubchik2017-07-121-1/+1