summaryrefslogtreecommitdiff
path: root/sql/item_func.cc
Commit message (Expand)AuthorAgeFilesLines
...
* | | | rename Virtual_column_info::expr_itemSergei Golubchik2016-12-121-1/+1
* | | | bugfix: Item_func_get_system_var::print()Sergei Golubchik2016-12-121-1/+16
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-09-091-12/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-08-251-3/+4
| |\ \ \ | | |/ /
| | * | MDEV-10563 Crash during shutdown in Master_info_index::any_slave_sql_runningVicențiu Ciorbaru2016-08-231-3/+4
| | * | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-2/+3
| | |\ \ | | | |/
| | | * MDEV-9972 Least function retuns date in date time formatAlexander Barkov2016-06-081-2/+3
| * | | Removing class Item_func_integer. It's not used since MySQL-5.0.Alexander Barkov2016-07-051-9/+0
| * | | Partial backporting of 7b50447aa6d051b8d14bb01ef14802cb8ffee223Alexander Barkov2016-07-031-49/+2
* | | | Merge branch '10.2-mdev9197-cons' of github.com:shagalla/serverIgor Babaev2016-08-311-0/+3
|\ \ \ \
| * | | | The consolidated patch for mdev-9197.Galina Shalygina2016-08-231-0/+3
* | | | | session-state dependent functions in DEFAULT/CHECK/vcolsSergei Golubchik2016-08-271-1/+1
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-06-301-0/+2
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-05-041-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-04-261-11/+13
| | |\ \ \ | | | | |/ | | | |/|
| | | * | MDEV-9986 Full-text search of the utf8mb4 column causes crashSergei Golubchik2016-04-261-0/+2
| | | * | MDEV-9745 Crash with CASE WHEN TRUE THEN COALESCE(CAST(NULL AS UNSIGNED)) ELS...Alexander Barkov2016-04-201-11/+11
* | | | | better ER_VIRTUAL_COLUMN_FUNCTION_IS_NOT_ALLOWEDSergei Golubchik2016-06-301-0/+13
* | | | | cleanup: change Item::walk() to take void* not uchar*Sergei Golubchik2016-06-301-3/+3
* | | | | Preparing the CAST(..AS [UN]SIGNED) related code to fix a numberAlexander Barkov2016-06-291-65/+22
* | | | | MDEV-10138 Support for decimals up to 38 digitsMonty2016-06-221-2/+3
* | | | | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
| |_|_|/ |/| | |
* | | | Merge branch '10.2' into bb-10.2-mdev9543Sergei Petrunia2016-03-281-18/+20
|\ \ \ \
| * \ \ \ Merge branch '10.1' into 10.2Sergei Golubchik2016-03-231-18/+20
| |\ \ \ \ | | |/ / /
| | * | | 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
| | * | | MDEV-9653 Assertion `length || !scale' failed in uint my_decimal_length_to_pr...Alexander Barkov2016-03-181-16/+18
* | | | | Changed the base class for Item_window_func from Item_result_field toIgor Babaev2016-03-231-0/+2
* | | | | This is the consolidated patch for mdev-8646:bb-10.2-mdev8646Igor Babaev2016-02-091-3/+10
|/ / / /
* | | | MDEV-9407 Illegal mix of collation when using GROUP_CONCAT in a VIEWAlexander Barkov2016-01-161-49/+2
* | | | Merge remote-tracking branch 'origin/10.1' into 10.2Alexander Barkov2015-12-291-6/+4
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-6/+4
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2015-12-131-6/+4
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2015-12-091-5/+3
| | | |\
| | | | * Bug #20007383: HANDLE_FATAL_SIGNAL (SIG=11) IN UPDATE_REF_AND_KEYS.Mithun C Y2015-10-121-6/+6
| | | * | MDEV-8630 Datetime value dropped in "INSERT ... SELECT ... ON DUPLICATE KEY"Alexander Barkov2015-12-031-1/+1
* | | | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-1/+1
* | | | | MDEV-8718 - Obsolete sql_strmake() in favor of THD::strmake() and thd_strmake()Sergey Vojtovich2015-11-261-4/+4
|/ / / /
* | | | Removing Used_tables_and_const_cache from "class udf_handler".Alexander Barkov2015-10-141-10/+9
* | | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2015-10-121-29/+21
|\ \ \ \
| * \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2015-10-121-29/+21
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2015-10-091-29/+24
| | |\ \ \ | | | |/ /
| | | * | MDEV-8663: IF Statement returns multiple values erroneously (or Assertion `!n...Oleksandr Byelkin2015-09-041-29/+24
* | | | | Moving Used_tables_and_const_chache from Item_func to Item_func_or_sumAlexander Barkov2015-10-121-6/+0
|/ / / /
* | | | MDEV-8912 Wrong metadata or type for @c:=string_or_blob_fieldAlexander Barkov2015-10-071-51/+47
* | | | Combined fix for MDEV-7267 and MDEV-8864Sergei Petrunia2015-10-061-1/+1
* | | | Clean-up: changing switch(result_type()) followed by a test for temporal typesAlexander Barkov2015-10-061-63/+57
* | | | MDEV-5694 GREATEST(date, time) returns a wrong data typeAlexander Barkov2015-10-011-14/+23
* | | | MDEV-4848 Wrong metadata or column type for LEAST(1.0,'10')Alexander Barkov2015-10-011-24/+63
* | | | MDEV-8865 Wrong field type or metadata for COALESCE(signed_int_column, unsign...Alexander Barkov2015-09-301-41/+44