summaryrefslogtreecommitdiff
path: root/sql/sql_list.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.10' into 10.11Oleksandr Byelkin2023-01-311-1/+1
|\
| * Merge branch '10.4' into 10.5Oleksandr Byelkin2023-01-271-1/+1
| |\
| | * Merge branch '10.3' into 10.4Oleksandr Byelkin2023-01-261-1/+1
| | |\
| | | * MDEV-30052 Crash with a query containing nested WINDOW clausesIgor Babaev2023-01-201-1/+1
* | | | MDEV-15530: Variable replicate_rewrite_db cannot be found in "show global var...Anel Husakovic2022-10-211-1/+0
|/ / /
* | | Merge 10.4 into 10.5Aleksey Midenkov2022-10-071-6/+6
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Aleksey Midenkov2022-10-061-6/+6
| |\ \ | | |/
| | * MDEV-28576 Ability to manipulate List<const char *>Aleksey Midenkov2022-10-051-6/+6
* | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+2
|/ /
* | cleanup: replace List_iterator(_fast) in handler0alter.ccEugene Kosov2019-11-131-0/+6
* | MDEV-20297 Support C++11 range-based for loop for List<T>Eugene Kosov2019-11-121-0/+46
* | Merge 10.3 into 10.4Marko Mäkelä2019-08-161-1/+9
|\ \ | |/
| * Merge 10.2 into 10.3Marko Mäkelä2019-08-151-1/+9
| |\
| | * MDEV-19740: Fix C++11 violations caught by GCC 9.2.1Marko Mäkelä2019-08-151-5/+18
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-08-211-1/+4
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2018-08-211-1/+4
| | | |\ \ | | | | |/
| | | | * MDEV-16904 inline void swap(base_list &rhs) should swap list only when list i...Sachin2018-08-071-1/+4
* | | | | MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yyAlexander Barkov2019-03-031-0/+6
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-08-161-1/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15127 AddressSanitizer: stack-buffer-overflow in base_list::push_back ..Sachin2018-08-071-1/+4
* | | | | mysys: rename ME_xxx flags to match plugin apiSergei Golubchik2018-06-041-1/+1
|/ / / /
* | | | bugfix: correct list assignment operatorSergei Golubchik2018-05-171-3/+8
* | | | Fix many -Wunused-parameterMarko Mäkelä2018-05-011-6/+6
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-1/+4
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-121-1/+4
| |\ \ \ \ | | |/ / /
| | * | | MDEV-13508 ALTER TABLE that renames columns and CHECK constraintsMonty2018-02-101-1/+4
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-081-2/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+2
| | | |\ \ | | | | |/
| | | | * Correct TRASH() macro usageSergei Golubchik2018-01-221-2/+2
| * | | | Fixing a few -Wconversion warningsAlexander Barkov2017-09-231-2/+4
* | | | | CleanupsMonty2017-12-081-0/+4
* | | | | Added sql_alloc.hMichael Widenius2017-08-241-40/+2
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ / / /
* | | | Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-2/+2
* | | | MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-051-8/+4
|/ / /
* | | fix the method nameSergei Golubchik2016-06-041-1/+1
* | | MDEV-9848: Window functions: reuse sorting and/or scanningSergei Petrunia2016-04-051-0/+10
* | | The implementation of the template bubble_sort assumedIgor Babaev2016-04-011-1/+1
* | | MDEV-6150 Speed up connection speed by moving creation of THD to new threadMonty2016-02-071-0/+4
* | | MDEV-8715 - Obsolete sql_alloc() in favor of THD::alloc() and thd_alloc()Sergey Vojtovich2015-11-261-3/+4
|/ /
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-2/+2
* | MDEV-7951 - sql_alloc() takes 0.25% in OLTP ROSergey Vojtovich2015-05-131-3/+8
* | cleanup: rename List<> methodsSergei Golubchik2014-10-101-4/+4
|/
* Debugging aid: Add T* List<T>::elem(int n) which returns N-th element in the ...Sergey Petrunya2014-03-111-2/+7