summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12777 Change Lex_field_type_st::m_type from enum_field_types to Type_han...Alexander Barkov2017-05-101-0/+1
* MDEV-12659 Add THD::make_string_literal()Alexander Barkov2017-05-021-0/+14
* Changing field::field_name and Item::name to LEX_CSTRINGMonty2017-04-231-86/+94
* MDEV-10139 Support for SEQUENCE objectsMonty2017-04-071-0/+13
* MDEV-12089 sql_mode=ORACLE: Understand optional routine name after the END ke...Alexander Barkov2017-04-051-0/+15
* MDEV-12291 Allow ROW variables as SELECT INTO targetsAlexander Barkov2017-04-051-6/+13
* MDEV-12133 sql_mode=ORACLE: table%ROWTYPE in variable declarationsAlexander Barkov2017-04-051-0/+4
* MDEV-10914 ROW data type for stored routine variablesAlexander Barkov2017-04-051-0/+16
* MDEV-10577 sql_mode=ORACLE: %TYPE in variable declarationsAlexander Barkov2017-04-051-0/+20
* MDEV-10597 Cursors with parametersAlexander Barkov2017-04-051-0/+25
* MDEV-10587 sql_mode=ORACLE: User defined exceptionsAlexander Barkov2017-04-051-0/+34
* Moving the code from my_parse_error() to THD::parse_error().Alexander Barkov2017-04-051-0/+31
* MDEV-12415 Remove sp_name::m_qnameAlexander Barkov2017-03-311-0/+62
* Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-03-241-6/+12
|\
| * MDEV-11177 mysqlbinlog exits silently without error when anotherAlexey Botchkov2017-03-221-6/+12
* | MDEV-10141: Add support for INTERSECT (and common parts for EXCEPT)Oleksandr Byelkin2017-03-141-14/+34
|/
* Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-3/+6
* Define a helper class to allow for saving sql_mode using RAIIVicențiu Ciorbaru2017-02-141-0/+16
* Merge branch 'bb-10.2-serg-merge' into 10.2Sergei Golubchik2017-02-111-20/+0
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2017-02-101-20/+0
| |\
| | * Merge branch '10.0' into 10.1mariadb-10.1.21Sergei Golubchik2017-01-171-20/+0
| | |\
| | | * Merge branch '5.5' into 10.0Sergei Golubchik2017-01-171-19/+0
| | | |\
| | | | * bugfix: cmp_item_row::alloc_comparators() allocated on the wrong arenaSergei Golubchik2017-01-151-19/+0
* | | | | MDEV-7635: Renamed standards_compliant_cte to standard_compliant_cteNirbhay Choubey2017-02-101-1/+1
|/ / / /
* | | | Fixed bug mdev-10773.Igor Babaev2017-01-281-0/+6
* | | | Merge 10.1 to 10.2.Marko Mäkelä2017-01-191-0/+1
|\ \ \ \ | |/ / /
| * | | max_session_mem_used server variableSergei Golubchik2017-01-151-0/+1
* | | | MDEV-11597 Assertion when doing select from virtual column with impossible valueMonty2017-01-111-5/+6
* | | | Revert "bugfix: UPDATE and virtual BLOBs"Monty2017-01-111-97/+2
* | | | Merge branch '10.1' into 10.2Sergei Golubchik2016-12-291-1/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.0' into 10.1Sergei Golubchik2016-09-281-1/+7
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.0Sergei Golubchik2016-09-271-1/+7
| | |\ \ | | | |/
| | | * missing element in prelocked_mode_name[] arraySergei Golubchik2016-09-121-1/+2
| | | * DEV-10595 MariaDB daemon leaks memory with specific queryMonty2016-08-251-0/+5
* | | | MDEV-11227 - mysqlimport -l doesn't issue UNLOCK TABLESSergey Vojtovich2016-12-211-0/+24
* | | | MDEV-5800 InnoDB support for indexed vcolsSergei Golubchik2016-12-121-1/+2
* | | | cleanup: redundant casts in THD::dec_thread_countSergei Golubchik2016-12-121-2/+2
* | | | cleanup: FOREIGN_KEY_INFOSergei Golubchik2016-12-121-2/+0
* | | | bugfix: UPDATE and virtual BLOBsSergei Golubchik2016-12-121-2/+97
* | | | bugfix: multi-UPDATE, vcols, const tablesSergei Golubchik2016-12-121-12/+8
* | | | Fixed bug mdev-11081.Igor Babaev2016-11-211-1/+1
* | | | MDEV-11065: Compressed binary log. Merge code into current 10.2.Kristian Nielsen2016-11-031-0/+6
|\ \ \ \
| * | | | Binlog compressedvinchen2016-10-191-0/+6
* | | | | MDEV-9114: Bulk operations (Array binding)Oleksandr Byelkin2016-11-021-0/+17
|/ / / /
* | | | Use sql_mode_t for sql_mode.Monty2016-10-051-2/+0
* | | | MDEV-6112 multiple triggers per tableMonty2016-10-051-2/+2
* | | | Add a counter for the number of select statements using window functionsVicențiu Ciorbaru2016-09-241-0/+1
* | | | MDEV-10297 Add priorization to threadpoolVladislav Vaintroub2016-09-221-0/+1
* | | | Merge branch '10.2' into bb-10.2-janSergei Golubchik2016-09-191-8/+57
|\ \ \ \
| * | | | post-merge fixes for ec47beaSergei Golubchik2016-09-121-3/+2