summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* post-merge: -Werror fixes in 10.3Sergei Golubchik2019-03-291-1/+1
* Merge 10.2 into 10.3Marko Mäkelä2019-03-261-0/+7
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-03-261-0/+7
| |\
| | * MDEV-18968 Both (WHERE 0.1) and (WHERE NOT 0.1) return empty setAlexander Barkov2019-03-261-0/+7
| * | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN...Alexander Barkov2019-02-231-1/+44
* | | MDEV-19008 Slow EXPLAIN SELECT ... WHERE col IN (const1,const2,(subquery))Alexander Barkov2019-03-221-0/+10
* | | MDEV-18150 Assertion `decimals_to_set <= 38' failed in Item_func_round::fix_l...Alexander Barkov2019-01-101-14/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2018-12-181-0/+1
|\ \ \ | |/ /
| * | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-0/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-191-0/+6
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-11-151-0/+4
| |\ \ | | |/
| | * Merge branch '10.0' into 10.1Oleksandr Byelkin2018-11-151-0/+4
| | |\
| | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2018-11-151-0/+4
| | | |\
| | | | * Backport for "MDEV-17698 MEMORY engine performance regression"Alexander Barkov2018-11-151-0/+4
| * | | | MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...bb-10.2-MDEV-16217Oleksandr Byelkin2018-11-141-0/+5
| * | | | MDEV-17574 SIGSEGV or Assertion `producing_item != __null' inIgor Babaev2018-11-081-0/+1
* | | | | MDEV-17698 MEMORY engine performance regressionAlexander Barkov2018-11-141-0/+4
* | | | | MDEV-17411 Wrong WHERE optimization with simple CASE and searched CASEAlexander Barkov2018-10-111-0/+9
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-109/+12
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-99/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-91/+1
| | |\ \ \ | | | |/ /
| | | * | Merge remote-tracking branch 'origin/5.5' into bb-10.0-barbb-10.0-barAlexander Barkov2018-09-211-1/+1
| | | |\ \ | | | | |/
| | | | * Fixing the comment not to mention the removed class Item_copy_int.Alexander Barkov2018-09-211-1/+1
| | | * | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-90/+0
| | | |\ \ | | | | |/
| | | | * MDEV-17250 Remove unused Item_copy_xxxAlexander Barkov2018-09-201-90/+0
| | | | * MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+5
| | | * | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+5
| | * | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-241-0/+5
| * | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-0/+11
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-07-261-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-251-0/+5
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-06-211-0/+7
| |\ \ \ \ | | |/ / /
| | * | | MDEV-16190 Server crashes in Item_null_result::field_type on SELECT with time...Alexander Barkov2018-06-111-0/+7
* | | | | MDEV-16471 mysqldump throws "Variable 'sql_mode' can't be set to the value of...Alexander Barkov2018-06-211-1/+7
* | | | | Merge commit '6b8802e8dd5467556a024d807a1df23940b00895' into bb-10.3-fix_len_decbb-10.3-fix_len_decOleksandr Byelkin2018-06-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-11071: Assertion `thd->transaction.stmt.is_empty()' failed in Locked_tab...Oleksandr Byelkin2018-06-151-1/+1
* | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-4/+19
* | | | | Addressing Monty's review suggestions for MDEV-11952 Oracle-style packages (p...Alexander Barkov2018-05-211-0/+26
* | | | | MDEV-14520: Custom aggregate functions work incorrectly with WITH ROLLUP clauseVarun Gupta2018-05-191-0/+1
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-05-171-4/+3
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: vcol_in_partition_func_processorSergei Golubchik2018-05-151-2/+2
* | | | | MDEV-15576: Server crashed in Cached_item_str::cmp / sortcmp or Assertion `it...Oleksandr Byelkin2018-05-151-0/+6
* | | | | MDEV-16170 Server crashes in Item_null_result::type_handler on SELECT with RO...Monty2018-05-151-2/+2
* | | | | MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-151-0/+8
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-101-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2018-04-291-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-15035 Wrong results when calling a stored procedureIgor Babaev2018-04-251-0/+1
* | | | | Add likely/unlikely to speed up executionMonty2018-05-071-4/+4