summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2017-04-061-12/+0
|\
| * 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
* | | Fixed bug mdev-12336.Igor Babaev2017-03-291-0/+3
* | | MDEV-10352 Server crashes in Field::set_default on CREATE TABLESergei Golubchik2017-02-131-3/+5
* | | Race condition in DEFAULT() with expressionsSergei Golubchik2017-02-131-8/+14
* | | MDEV-10201 Bad results for CREATE TABLE t1 (a INT DEFAULT b, b INT DEFAULT 4)Sergei Golubchik2017-02-131-5/+13
* | | Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-1/+40
|\ \ \ | |/ /
| * | 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-11780 Crash with PREPARE + SP out parameter + literalAlexander Barkov2017-01-241-1/+12
* | | | MDEV-11134 Assertion `fixed' failed in Item::const_charset_converter(THD*, CH...Alexander Barkov2017-01-231-31/+38
* | | | Merge 10.1 to 10.2.Marko Mäkelä2017-01-191-1/+8
|\ \ \ \ | |/ / /
| * | | MDEV-11030 Assertion `precision > 0' failed in decimal_bin_sizeAlexander Barkov2017-01-121-1/+8
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-31/+65
|\ \ \ \ | |/ / /
| * | | 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
* | | | | Fixed bug mdev-11608.Igor Babaev2016-12-201-8/+11
* | | | | Fixed bug mdev-11488.Igor Babaev2016-12-141-0/+73
* | | | | Item::print(): remove redundant parenthesesSergei Golubchik2016-12-121-2/+22
* | | | | bugfix: non-deterministic vcols in partitioningSergei Golubchik2016-12-121-0/+8
* | | | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-9/+9
* | | | | store/show vcols as item->print()Sergei Golubchik2016-12-121-34/+52
* | | | | gcol mysql-test suite from 5.7Sergei Golubchik2016-12-121-2/+11
* | | | | TABLE::update_virtual_field to compute just one vcolSergei Golubchik2016-12-121-0/+12
* | | | | improve Item_field::register_field_in_read_map()Sergei Golubchik2016-12-121-8/+6
* | | | | MDEV-11359 Implement IGNORE for bulk operationOleksandr Byelkin2016-11-291-0/+72
* | | | | MDEV-11360 Dynamic SQL: DEFAULT as a bind parameterAlexander Barkov2016-11-271-41/+91
* | | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-36/+37
* | | | | MDEV-9143 JSON_xxx functions.Alexey Botchkov2016-10-251-0/+8
* | | | | MDEV-10709 Expressions as parameters to Dynamic SQLAlexander Barkov2016-10-081-19/+54
* | | | | MDEV-10772 Introduce Item_param::CONVERSION_INFOAlexander Barkov2016-10-081-29/+28
* | | | | Use sql_mode_t for sql_mode.Monty2016-10-051-1/+1
* | | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-1/+1
* | | | | MDEV-10669: Crash in SELECT with window function usedVicențiu Ciorbaru2016-09-241-1/+1
* | | | | MDEV-10815: Window Function Expressions Wrong ResultsVicențiu Ciorbaru2016-09-241-0/+4
* | | | | Fixed bug mdev-10782.Igor Babaev2016-09-121-0/+10
* | | | | Helper function for debugging.Oleksandr Byelkin2016-09-111-1/+45
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-0/+31
|\ \ \ \ \ | |/ / / /