summaryrefslogtreecommitdiff
path: root/sql/sql_lex.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
|\
| * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
* | pass the slow logging information in thd->query_plan_flagsSergei Golubchik2019-03-121-13/+0
* | 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.1Marko Mäkelä2019-02-021-1/+2
|\ \ \ | |/ /
| * | MDEV-18255: Server crashes in Bitmap<64u>::intersectVarun Gupta2019-01-241-1/+2
* | | 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-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbotAndrei Elkin2018-10-161-1/+1
* | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat...Oleksandr Byelkin2018-05-151-2/+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
* | | | 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
* | | | 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
* | | | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+4
* | | | Fix some warnings on Windows compilationVladislav Vaintroub2017-03-241-1/+1
* | | | Merge branch '10.0' into 10.1Vicențiu Ciorbaru2017-01-161-0/+6
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/5.5' into 10.0vicentiu2017-01-061-0/+6
| |\ \ \ | | |/ /
| | * | MDEV-10148: Database crashes in the query to the ViewSergei Petrunia2016-12-191-0/+6
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-01-101-0/+3
|\ \ \ \ | |/ / /
| * | | MDEV-9084 Calling a stored function from a nested select from temporary table...Dmitry Lenev2017-01-061-0/+3
* | | | Merge 10.0 into 10.1Marko Mäkelä2017-01-051-0/+1
|\ \ \ \ | |/ / /
| * | | MDEV-10035: DBUG_ASSERT on CREATE VIEW v1 AS SELECT * FROM t1 FOR UPDATEOleksandr Byelkin2017-01-041-0/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-12-111-3/+19
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into 10.0Sergei Golubchik2016-12-091-3/+19
| |\ \ \ | | |/ /
| | * | MDEV-10776: Server crash on queryOleksandr Byelkin2016-12-061-2/+18
| | * | MDEV-11171 Assertion `m_cpp_buf <= ptr && ptr <= m_cpp_buf + m_buf_length' fa...Alexander Barkov2016-11-281-1/+1
* | | | Merge branch '10.0' into 10.1Sergei Golubchik2016-06-281-13/+16
|\ \ \ \ | |/ / /
| * | | Merge branch '5.5' into bb-10.0Sergei Golubchik2016-06-211-13/+16
| |\ \ \ | | |/ /
| | * | MDEV-8328 Evaluation of two "!" operators depends on space in beetweenSergei Golubchik2016-06-141-13/+16
* | | | MDEV-9701: CREATE VIEW with GROUP BY or ORDER BY and constant produces invali...Oleksandr Byelkin2016-03-181-20/+12
* | | | MDEV-9641 MDEV-9644 NULLIF assertionsSergei Golubchik2016-03-051-1/+1
* | | | Merge branch 'bb-10.1-serg' into 10.1Sergei Golubchik2016-02-241-1/+14
|\ \ \ \
| * \ \ \ Merge branch '10.0' into 10.1Sergei Golubchik2016-02-231-1/+14
| |\ \ \ \ | | |/ / /