summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-10709 Expressions as parameters to Dynamic SQLAlexander Barkov2016-10-081-1/+75
* MDEV-10772 Introduce Item_param::CONVERSION_INFOAlexander Barkov2016-10-081-18/+42
* Fixed a flaw in the implementation of condition push-downIgor Babaev2016-09-041-2/+6
* Fixed the previous merge to be able to build mysqld.Igor Babaev2016-09-011-6/+4
* Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-1/+120
|\
| * The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-1/+120
* | vcol flag rename VCOL_UNKNOWN -> VCOL_FIELD_REFSergei Golubchik2016-08-271-2/+2
* | fix: DEFAULT() in a view should be not updatableSergei Golubchik2016-08-271-0/+1
* | Removing duplicate code in double-to-longlong conversion.Alexander Barkov2016-07-031-1/+5
* | cannot use item->const_item() in open_table_from_share()Sergei Golubchik2016-07-011-0/+4
* | Removing the "thd" argument from Item::create_field_for_create_select().Alexander Barkov2016-07-011-1/+1
* | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-2/+2
|\ \
| * | MDEV-10236 Where expression with NOT function gives incorrect resultAlexander Barkov2016-06-281-1/+1
| * | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-1/+1
| |\ \
| | * \ Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-1/+1
| | |\ \
| | | * | MDEV-9862 Illegal mix of collation, when comparing column with CASE expressionAlexander Barkov2016-04-021-1/+1
* | | | | change vcol->non_deterministic to vcol->flagsSergei Golubchik2016-06-301-7/+0
* | | | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-6/+10
* | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-105/+91
* | | | | function DEFAULT(x) now works for expression defaultsSergei Golubchik2016-06-301-1/+8
* | | | | Use default character set for expressionsMichael Widenius2016-06-301-0/+2
* | | | | Ensure we print the most importaint violating functionMonty2016-06-301-4/+4
* | | | | MDEV-7563 Support CHECK constraint as in (or close to) SQL StandardMichael Widenius2016-06-301-42/+30
* | | | | parse negative numbers into one itemSergei Golubchik2016-06-301-10/+6
* | | | | Preparing the CAST(..AS [UN]SIGNED) related code to fix a numberAlexander Barkov2016-06-291-0/+17
* | | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-1/+1
| |_|_|/ |/| | |
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-04-071-1/+1
|\ \ \ \
| * | | | MDEV-8360 Clean-up CHARSET_INFO: strnncollsp: diff_if_only_endspace_differenceAlexander Barkov2016-03-311-1/+1
* | | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-19/+43
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-10/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-03-211-2/+2
| | |\ \ \ | | | |/ /
| | | * | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-02-251-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-02-151-1/+1
| | | |\ \ | | | | |/
| | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2016-02-091-1/+1
| | | | |\
| | | | | * Bug#19941403: FATAL_SIGNAL(SIG 6) IN BUILD_EQUAL_ITEMS_FOR_COND | IN SQL/SQL_...Chaithra Gopalareddy2015-11-201-1/+7
| | | | | * Merge branch 'mysql-5.1' into mysql-5.5Sreeharsha Ramanavarapu2015-07-101-1/+8
| | | | | |\
| | | | | | * Bug #20238729: ILLEGALLY CRAFTED UTF8 SELECT PROVIDES NOSreeharsha Ramanavarapu2015-07-101-1/+8
| | | | | | * Bug #20730155: BACKPORT BUG#19699237 TO 5.1Sreeharsha Ramanavarapu2015-03-261-1/+5
| | | | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| * | | | | | Merge branch '10.1' into 10.2Monty2016-02-061-8/+37
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | MDEV-9181 (NULLIF(count(table.col)), 0) gives wrong result on 10.1.xAlexander Barkov2016-01-281-8/+37
* | | | | | | Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-0/+1
* | | | | | | MDEV-9676: RANGE-type frames for window functionsSergei Petrunia2016-03-131-9/+21
* | | | | | | MDEV-9676: RANGE-type frames for window functionsSergei Petrunia2016-03-061-10/+19
* | | | | | | Initial patch for the implementation of window functions (MDEV-6115):Igor Babaev2016-02-121-1/+2
* | | | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-3/+6
|/ / / / / /
* | | | | | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-10/+20
* | | | | | MDEV-9220 Split filesort.cc:make_sortkey() and filesort.cc::sortlength() into...Alexander Barkov2016-01-121-0/+11