summaryrefslogtreecommitdiff
path: root/sql/item.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2021-10-271-20/+76
|\
| * Merge 10.4 into 10.5st-10.5-mergeMarko Mäkelä2021-10-271-20/+76
| |\
| | * Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2021-10-271-20/+76
| | |\
| | | * MDEV-22380: Assertion `name.length == strlen(name.str)' failed ...bb-10.3-bar-MDEV-22380Alexander Barkov2021-10-271-20/+76
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-10-211-2/+42
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-10-211-2/+42
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-10-211-2/+42
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-10-211-2/+42
| | | |\
| | | | * MDEV-23408 Wrong result upon query from I_S and further Assertion `!alias_arg...Alexander Barkov2021-10-141-2/+42
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-09-301-33/+63
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-09-301-34/+70
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-09-291-34/+70
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-09-291-34/+70
| | | |\ \ | | | | |/
| | | | * MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-271-34/+70
| | | | * MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-161-0/+6
* | | | | cleanup: only do work when neededSergei Golubchik2021-09-051-4/+3
* | | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-3/+5
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-3/+5
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-3/+5
| | |\ \ \ | | | |/ /
| | | * | MDEV-25808 PREPARE/EXECUTE makes signed integer out of unsignedSergei Golubchik2021-07-241-3/+5
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-06-211-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-06-211-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-06-211-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25630: Crash with window function in left expr of IN subquerySergei Petrunia2021-06-091-0/+1
* | | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-2/+2
* | | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-1/+4
* | | | | MDEV-16708: Unsupported commands for prepared statementsDmitry Shulga2021-06-171-6/+1
* | | | | Replace item->marker= # with Item->marker= DEFINEMonty2021-05-261-21/+21
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-261-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-0/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-0/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25629: Crash in get_sort_by_table() in subquery with order by having out...Sergei Petrunia2021-05-191-0/+1
* | | | | Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-05-191-3/+10
* | | | | MDEV-24089 support oracle syntax: rownumMonty2021-05-191-2/+7
* | | | | Don't reset StringBuffers in loops when not neededMonty2021-05-191-2/+2
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-13/+12
* | | | | Added full_name_cstring()Monty2021-05-191-16/+20
* | | | | Reduce usage of strlen()Monty2021-05-191-52/+54
* | | | | Added ErrConvString.lex_cstring() to simplify codeMonty2021-05-191-1/+1
* | | | | Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAMEAlexander Barkov2021-05-191-4/+4
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-53/+42
* | | | | Removed Item::is_fixed() and Item::has_subquery()Monty2021-05-191-18/+18
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-122/+119
* | | | | Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-05-191-2/+3
* | | | | Revert MDEV-16592 "Change Item::with_sum_func to a virtual method"Michael Widenius2021-05-191-9/+10
* | | | | Removed Item::common_flags and replaced it with bit fieldsMichael Widenius2021-05-191-8/+12
* | | | | Optimize usage of c_ptr(), c_ptr_quick() and String::alloc()Monty2021-05-191-2/+2
* | | | | Optimize Sql_allocMonty2021-05-191-1/+1
* | | | | Improved storage size for Item, Field and some other classesMonty2021-05-191-28/+26