summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-211-1/+19
* remove dead codeEugene Kosov2019-03-221-1/+0
* Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-14/+0
|\
| * Merge branch '10.1' into 10.2Sergei Golubchik2019-03-151-13/+0
| |\
| | * pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-121-13/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2019-03-051-12/+20
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-03-041-11/+19
| |\ \ | | |/
| | * MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned offAlexander Barkov2019-03-041-0/+14
| | * Merge branch '10.0' into 10.1Oleksandr Byelkin2019-03-011-11/+5
| | |\
| | | * Merge branch '5.5' into 10.0Oleksandr Byelkin2019-02-281-11/+5
| | | |\
| | | | * MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ...Oleksandr Byelkin2019-02-281-3/+4
| | | | * A cleanup in derived table handling: removing duplicate code from st_select_l...Alexander Barkov2019-02-281-8/+1
* | | | | MDEV-18700 EXPLAIN EXTENDED shows a wrong operation for queryIgor Babaev2019-02-221-2/+2
* | | | | dirty mergeOleksandr Byelkin2019-02-071-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-031-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.1Marko Mäkelä2019-02-021-1/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-18255: Server crashes in Bitmap<64u>::intersectVarun Gupta2019-01-241-1/+2
* | | | | cleanup: trg2bit() helperSergei Golubchik2019-01-251-16/+7
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-01-171-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-01-171-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.0 into 10.1Marko Mäkelä2019-01-171-0/+1
| | |\ \ \ | | | |/ /
| | | * | MDEV-13784: query causes seg faultVarun Gupta2019-01-061-0/+1
| | | * | Merge branch '5.5' into 10.0Oleksandr Byelkin2018-08-151-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...Oleksandr Byelkin2018-08-151-1/+1
* | | | | MDEV-17253 Oracle compatibility: The REVERSE key word for FOR loop behaves in...Alexander Barkov2018-11-131-8/+8
* | | | | compiler warning: this statement may fall throughSergei Golubchik2018-11-131-2/+1
* | | | | MDEV-17687 Add sql_mode specific tokens for keywords BLOB, CLOB, NUMBER, RAW,...Alexander Barkov2018-11-121-0/+5
* | | | | MDEV-17669 Add sql_mode specific tokens for the keyword DECLAREAlexander Barkov2018-11-121-0/+1
* | | | | MDEV-17666 sql_mode=ORACLE: Keyword ELSEIF should not be reservedAlexander Barkov2018-11-121-0/+1
* | | | | MDEV-17664 Add sql_mode specific tokens for ':' and '%'Alexander Barkov2018-11-111-2/+38
* | | | | A join patch for MDEV-17660 and MDEV-17661Alexander Barkov2018-11-101-0/+1
* | | | | MDEV-17652 Add sql_mode specific tokens for some keywordsAlexander Barkov2018-11-091-0/+18
* | | | | MDEV-16697: Fix difference between 32bit/windows and 64bit systems in allowed...Oleksandr Byelkin2018-11-071-2/+2
* | | | | 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 '10.2' into 10.3Sergei Golubchik2018-09-281-1/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-0/+1
* | | | | MDEV-17017 Explain for query using derived table specified withIgor Babaev2018-08-271-3/+3
* | | | | A cleanup for 84c55a5668db582aa92dd2ccf076fbb783894b12 (that implemented curs...Alexander Barkov2018-06-251-2/+2
* | | | | MDEV-15941 Explicit cursor FOR loop does not close the cursorAlexander Barkov2018-06-201-0/+20
* | | | | Merge 10.2 into 10.3Marko Mäkelä2018-06-181-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-141-0/+1
* | | | | MDEV-16385 ROW SP variable is allowed in unexpected contextAlexander Barkov2018-06-051-18/+6
* | | | | MDEV-16244 sql_mode=ORACLE: Some keywords do not work in variable declarationsAlexander Barkov2018-05-231-0/+25
* | | | | MDEV-16234 CREATE TABLE .. SELECT LASTVAL breaks replicationMonty2018-05-221-0/+2
* | | | | Merge branch 'github/10.2' into 10.3Sergei Golubchik2018-05-221-3/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-201-2/+3
| |\ \ \ \ | | |/ / /
| | * | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-151-2/+3
| * | | | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor partsIgor Babaev2018-05-171-0/+1