summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-10017: Get unexpected `Empty Set` for correlated subquery with aggregate...Oleksandr Byelkin2016-08-311-0/+31
* | | | | More cleanup.Igor Babaev2016-09-061-9/+0
* | | | | Merge branch '10.2' into bb-10.2-mdev9864Igor Babaev2016-09-061-0/+3
|\ \ \ \ \
| * | | | | MDEV-10743 LDML: a new syntax to reuse sort order from another 8bit simple co...Alexander Barkov2016-09-061-0/+3
* | | | | | The code that pushed conditions into derived did notIgor Babaev2016-09-051-9/+9
* | | | | | Fixed a flaw in the implementation of condition push-downIgor Babaev2016-09-041-0/+36
* | | | | | Fixed the previous merge to be able to build mysqld.Igor Babaev2016-09-011-2/+2
* | | | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-0/+204
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-0/+204
* | | | | | re-fix vcols on demand, not always for every SELECTSergei Golubchik2016-08-271-0/+3
* | | | | | move away from TIMESTAMP_DNUN_FIELD/TIMESTAMP_DN_FIELD codeSergei Golubchik2016-08-271-3/+2
* | | | | | optimize constant default expressionsSergei Golubchik2016-08-271-3/+3
* | | | | | Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-031-8/+0
* | | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-13/+15
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | 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
| | | |\ \ \ | | | | | |/ | | | | |/|