summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | | | 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
* | | | 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
* | | | 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
* | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax errorIgor Babaev2018-09-141-0/+1
* | | | MDEV-16386: Wrong result when pushdown into the HAVING clause of theGalina Shalygina2018-06-141-0/+1
* | | | 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
* | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-161-1/+7
* | | | register keyword c++17 warningEugene Kosov2018-04-241-3/+3
* | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-1/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-1/+1
| |\ \ \ | | |/ /
| | * | Merge remote-tracking branch '5.5' into 10.0Vicențiu Ciorbaru2018-01-241-1/+1
| | |\ \ | | | |/
| | | * Merge branch 'mysql/5.5' into 5.5Sergei Golubchik2018-01-181-1/+1
| | | |\
| | | | * Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES"Sreeharsha Ramanavarapu2017-11-161-2/+3
| * | | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedureOleksandr Byelkin2018-02-011-0/+2
* | | | | Fixed the bug MDEV-14755 Crash when executing prepared statementIgor Babaev2017-12-271-3/+1
* | | | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211-0/+5
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-151-0/+5
| * | | | Merge branch '10.0' into 10.1Sergei Golubchik2017-10-221-1/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '5.5' into 10.0Sergei Golubchik2017-10-181-1/+0
| | |\ \ \ | | | |/ /
| | | * | MDEV-13459 Warnings, when compiling with gcc-7.xSergei Golubchik2017-10-171-1/+3
* | | | | Fixed the bug mdev-13796.Igor Babaev2017-10-111-1/+26
* | | | | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-281-1/+1
* | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT.Vladislav Vaintroub2017-09-281-11/+11
* | | | | MDEV-13351: Server crashes in st_select_lex::set_explain_type upon UNION with...bb-10.2-mdev13352Sergei Petrunia2017-07-211-3/+9
* | | | | fix the comparison in st_select_lex::setup_ref_array()Sergei Golubchik2017-07-051-11/+1
* | | | | Fixed the bug mdev-12845.Igor Babaev2017-06-221-7/+10
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-0/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-1/+4
| | |\ \ \
| | | * | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+4
| | * | | | Merge remote-tracking branch 'origin/5.5' into 10.0Vicențiu Ciorbaru2017-05-171-0/+1
| | |\ \ \ \ | | | |/ / / | | |/| / / | | | |/ /
| | | * | Fixed the bug mdev-7599.Igor Babaev2017-05-151-0/+1
* | | | | Merge 10.1 into 10.2Marko Mäkelä2017-05-221-1/+4
|\ \ \ \ \ | |/ / / /