summaryrefslogtreecommitdiff
path: root/sql/item.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Fix some -Wsign-conversionMarko Mäkelä2018-04-291-1/+1
* | | | | Fix a lot of compiler warnings found by -WunusedMonty2018-04-261-7/+0
* | | | | "AS OF" clean in Type_handlerAlexander Barkov2018-04-231-55/+4
* | | | | MDEV-15957 Unexpected "Data too long" when doing CREATE..SELECT with stored funcAlexander Barkov2018-04-231-1/+1
* | | | | MDEV-15960 Wrong data type on CREATE..SELECT char_or_enum_or_text_spvarAlexander Barkov2018-04-221-1/+1
* | | | | Cleanup: renaming methods make_field(Send_field*) to make_send_field(..)Alexander Barkov2018-04-051-13/+14
* | | | | bugfix: Item_cache_temporal::convert_to_basic_const_item assumed DATETIMESergei Golubchik2018-03-301-0/+4
* | | | | MDEV-15714 Remove the use of STRING_ITEM from the parserAlexander Barkov2018-03-291-1/+16
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | cleanup: extend Item_cache::get_cache() to accept f_typeSergei Golubchik2018-03-141-2/+11
| * | | | cleanup: add Item::convert_time_to_datetime() helperSergei Golubchik2018-03-141-0/+9
| * | | | cleanup: typos, comments, whitespaceSergei Golubchik2018-03-141-3/+3
* | | | | MDEV-15597 Add class Load_data_outvar and avoid using Item::STRING_ITEM for I...Alexander Barkov2018-03-201-1/+44
* | | | | MDEV-11952 Oracle-style packages: stage#5mariadb-10.3.5bb-10.3-compatibilityAlexander Barkov2018-02-251-5/+47
* | | | | PARTITION BY SYSTEM_TIME INTERVAL ...Sergei Golubchik2018-02-231-7/+0
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-19/+10
|\ \ \ \ \
| * | | | | MDEV-15340 Wrong result HOUR(case_expression_with_time_and_datetime)Alexander Barkov2018-02-191-19/+10
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-191-7/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Adding "const" qualifier to the MYSQL_TIME parameter of Item_temporal_literal...Alexander Barkov2018-02-171-7/+8
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15310 Range optimizer does not work well for "WHERE temporal_column NOT ...Alexander Barkov2018-02-141-1/+6
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-3/+80
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-15293 CAST(AS TIME) returns bad results for LAST_VALUE(),NAME_CONST(),SP...Alexander Barkov2018-02-131-1/+66
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-121-0/+8
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-0/+8
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-2/+6
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+6
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+8
| | | |\ \ \ | | | | |/ /
| | | | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-2/+8
| | | | |\ \ | | | | | |/
| | | | | * MDEV-14786: Server crashes in Item_cond::transform on 2nd execution of SP que...Oleksandr Byelkin2018-01-231-0/+6
| | | | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-1/+1
| | | | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | | | |\
| | | | | | * Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-161-0/+2
* | | | | | | Remove ER_NON_VERSIONED_FIELD_IN_HISTORICAL_QUERYSergei Golubchik2018-02-121-3/+0