summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-213-5/+12
* Typo fixes in item_strfunc.ccHollow Man2021-07-211-7/+7
* MDEV-25565 Crash on 2-nd execution of SP/PS for query calculating window func...Igor Babaev2021-07-203-1/+42
* MDEV-26025 Server crashes while executing query with CTE in PS/SPIgor Babaev2021-07-201-5/+10
* MDEV-26135 Assertion failure when executing PS with a hanging recursive CTEIgor Babaev2021-07-191-2/+4
* MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-191-1/+6
* MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-166-7/+42
* MDEV-25858: Query results are incorrect when indexes are addedSergei Petrunia2021-07-151-0/+12
* MDEV-18249 ASSERT_COLUMN_MARKED_FOR_READ failed in ANALYZE TABLENikita Malyavin2021-07-121-2/+2
* follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-126-24/+24
* [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-122-13/+27
* [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-123-4/+3
* MDEV-17890 Server crash on DELETE with YEAR field with truncated exprNikita Malyavin2021-07-121-1/+9
* MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-091-4/+4
* MDEV-26095 Infinite recursion when processing embedded recursive CTEIgor Babaev2021-07-081-1/+3
* MDEV-25595 DROP part of failed CREATE OR REPLACE is not written into binary logAleksey Midenkov2021-07-061-0/+10
* MDEV-17783: AddressSanitizer: stack-buffer-overflow in table_cond_selectivitySergei Petrunia2021-07-031-2/+29
* MDEV-26081 set role crashes when a hostname cannot be resolvedSergei Golubchik2021-07-021-6/+3
* MDEV-26077 Assertion err != DB_DUPLICATE_KEY or unexpected ER_TABLE_EXISTS_ERRORMarko Mäkelä2021-07-021-27/+9
* MDEV-25129 postfix for windowsDaniel Black2021-07-021-1/+1
* MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-06-301-6/+73
* MDEV-25129 Add KEYWORDS view to the INFORMATION_SCHEMAxing-zhi, jiang2021-06-295-10/+99
* MDEV-25461 Assertion `je->state == JST_KEY' failed in Geometry::create_from_j...Alexey Botchkov2021-06-281-0/+6
* MDEV-20411 Procedure containing CTE incorrectly stored in mysql.procIgor Babaev2021-06-251-2/+2
* MDEV-25978 : rsync SST does not work with custom binlog nameJan Lindström2021-06-231-1/+16
* MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-211-1/+1
* fix clang buildEugene Kosov2021-06-152-11/+1
* MDEV-25872 InnoDB: Assertion failure in row_merge_read_clustered_index upon A...Thirunarayanan Balathandayuthapani2021-06-151-0/+8
* eventscheduler mismatch of my_{malloc,free}, deleteJordy Zomer2021-06-151-1/+1
* MDEV-25630: Crash with window function in left expr of IN subquerySergei Petrunia2021-06-092-0/+4
* MDEV-25672 table alias from previous statement interferes later commandsSergei Golubchik2021-06-021-1/+1
* MDEV-25635 Assertion failure when pushing from HAVING into WHERE of viewIgor Babaev2021-06-021-1/+4
* MDEV-25730 fixup: GCC -Og -Wmaybe-uninitializedMarko Mäkelä2021-06-021-0/+1
* MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-304-0/+23
* Cleanup: Remove handler::update_table_comment()Marko Mäkelä2021-05-273-29/+3
* MDEV-25730: maria.repair test fails with valgrindSergei Golubchik2021-05-251-2/+7
* CONNECT: move jar files to /usr/share and include them in DEBsSergei Golubchik2021-05-221-1/+1
* MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-2114-208/+574
* MDEV-22462: Item_in_subselect::create_single_in_to_exists_cond(JOIN *, Item *...Sergei Petrunia2021-05-211-23/+21
* MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-202-1/+8
* MDEV-25728: mysqld --help --verbose creates a log-bin-index fileDaniel Black2021-05-201-2/+2
* MDEV-25629: Crash in get_sort_by_table() in subquery with order by having out...Sergei Petrunia2021-05-191-0/+1
* MDEV-22530: Aborting OPTIMIZE TABLE still logs in binary log and replicates t...Sujatha2021-05-171-1/+9
* MDEV-17515: GTID Replication in optimistic mode deadlockSujatha2021-05-174-36/+36
* MDEV-25681: --relay-log{,-index} missing warningDaniel Black2021-05-171-2/+2
* MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-151-125/+80
* MDEV-25682 Explain shows an execution plan different from actually executedIgor Babaev2021-05-141-1/+1
* MDEV-22370 safe_mutex: Trying to lock uninitialized mutex at /data/src/10.4-b...Sachin Kumar2021-05-143-1/+18
* MDEV-20821 parallel slave server shutdown hangAndrei Elkin2021-05-141-0/+3
* XA PREPARE and SHOW STATUSSergei Golubchik2021-05-081-7/+13