summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17354 Server crashes in add_key_field / .. / Item_func_null_predicate::a...Igor Babaev2018-10-121-1/+1
* Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-178/+2
|\
| * 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
* | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-1/+52
* | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-6/+4
|\ \ \ \ | |/ / /
| * | | 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 10.1 into 10.2Marko Mäkelä2018-08-211-1/+1
|\ \ \ \ | |/ / /
| * | | 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 10.1 into 10.2Marko Mäkelä2018-08-021-1/+2
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-7/+21
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16190 Server crashes in Item_null_result::field_type on SELECT with time...Alexander Barkov2018-06-111-7/+21
* | | | | MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-141-4/+7
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | MDEV-14750 Valgrind Invalid read, ASAN heap-use-after-free in Item_ident::pri...Sergei Golubchik2018-05-151-0/+4
* | | | | cleanup: vcol_in_partition_func_processorSergei Golubchik2018-05-151-8/+1
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-1/+9
|\ \ \ \ \ | |/ / / /
| * | | | 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
* | | | | Fixed mdev-15765 BETWEEN not working in certain casesIgor Babaev2018-04-101-0/+10
* | | | | MDEV-15570 Assertion `Item_cache_temporal::field_type() != MYSQL_TYPE_TIME' f...Sergei Golubchik2018-03-231-1/+0
* | | | | Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-211-6/+8
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15321:different results when using value of optimizer_use_condition_sele...Varun Gupta2018-03-161-6/+8
* | | | | MDEV-11839 move value caching from get_datetime_value to fix_fields timeSergei Golubchik2018-03-141-18/+31
* | | | | bugfix: Item_cache_temporal::convert_to_basic_const_item assumed DATETIMESergei Golubchik2018-03-141-3/+12
* | | | | bugfix: Item_cache_temporal::get_date() didn't set null_valueSergei Golubchik2018-03-141-1/+1
* | | | | cleanup: extend Item_cache::get_cache() to accept f_typeSergei Golubchik2018-03-141-9/+3
* | | | | cleanup: add Item::convert_time_to_datetime() helperSergei Golubchik2018-03-141-7/+3
* | | | | MDEV-15289 Binding an out-of-range DATETIME value in binary protocol breaks r...Alexander Barkov2018-02-161-1/+1
* | | | | MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-0/+28
* | | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | 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