summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-0/+5
* Merge 10.2 into 10.3Marko Mäkelä2020-07-141-4/+9
|\
| * MDEV-22463: Element_type &Bounds_checked_array<Item *>::operator[](size_t) [E...Varun Gupta2020-07-131-4/+9
* | Merge 10.2 into 10.3Marko Mäkelä2019-12-271-22/+0
|\ \ | |/
| * Merge 10.1 into 10.2Marko Mäkelä2019-12-231-22/+0
| |\
| | * MDEV-21341: Fix optimizer-related UBSAN failures, part #2Sergei Petrunia2019-12-181-22/+0
* | | Remove \n from DBUG_PRINT statementsMichael Widenius2019-10-211-1/+1
* | | Fixes for binary logging --read-only modeMonty2019-10-201-0/+8
* | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-0/+2
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-10/+15
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-10/+15
| |\ \ | | |/
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-10/+15
| | |\
| | | * Bug #29419820: MEMORY LEAK IN MY_YYOVERFLOW()Gleb Shchepa2019-07-241-8/+11
| | | * MDEV-19421 Basic 3-way join queries are not parsed.Igor Babaev2019-07-111-2/+4
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-0/+32
|\ \ \ \ | |/ / /
| * | | MDEV-19076: rpl_parallel_temptable result mismatch '-33 optimistic'Sujatha2019-05-201-0/+32
* | | | 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 branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-2/+2
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-2/+2
| | |\ \ | | | |/
| | | * bugfix: multi-update checked privileges on views incorrectlySergei Golubchik2019-04-241-2/+2
* | | | MDEV-17894 Assertion `(thd->lex)->current_select' failed in MYSQLparse(),Igor Babaev2019-05-081-0/+6
* | | | MDEV-9959: A serious MariaDB server performance bugVarun Gupta2019-04-301-0/+1
* | | | remove dead codeEugene Kosov2019-03-221-5/+0
* | | | remove dead codeEugene Kosov2019-03-221-15/+1
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-1/+31
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-1/+31
| |\ \ \ | | |/ /
| | * | Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-1/+31
| | |\ \
| | | * \ Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-1/+31
| | | |\ \ | | | | |/
| | | | * MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-281-1/+6
| | | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-0/+25
* | | | | dirty mergeOleksandr Byelkin2019-02-071-0/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-0/+4
| |\ \ \ \ | | |/ / /
| | * | | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-241-0/+4
* | | | | MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in...Alexander Barkov2018-11-131-2/+2
* | | | | MDEV-17664 Add sql_mode specific tokens for ':' and '%'Alexander Barkov2018-11-111-0/+14
* | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-0/+4
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbotAndrei Elkin2018-10-161-1/+1
| | * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-2/+2
| | |\ \ \ | | | |/ /
| | | * | cleanup: FOREIGN_KEY_INFOSergei Golubchik2018-09-041-2/+2
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-281-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-0/+5
| * | | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-281-2/+0
| * | | | MDEV-16473 WITH statement throws 'no database selected' errorIgor Babaev2018-06-261-0/+2
* | | | | A cleanup for 84c55a5668db582aa92dd2ccf076fbb783894b12 (that implemented curs...Alexander Barkov2018-06-251-2/+0