summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-30073: Stored Procedure Returns Corrupt Results When Run a Second Time10.4-MDEV-30073Dmitry Shulga2023-04-181-7/+5
* MDEV-30706 Different results of selects from view and CTE with same definitionIgor Babaev2023-03-021-2/+1
* MDEV-26831 fallout: fix problems of name resolution cacheOleksandr Byelkin2023-03-021-4/+26
* Apply clang-tidy to remove empty constructors / destructorsVicențiu Ciorbaru2023-02-091-1/+1
* Merge branch '10.3' into 10.4Sergei Golubchik2022-10-011-10/+13
|\
| * MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00...Oleksandr Byelkin2022-09-301-8/+10
| * MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DBAnel Husakovic2022-09-301-2/+3
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-53/+125
|\ \ | |/
| * MDEV-26427 MariaDB Server SEGV on INSERT .. SELECTOleg Smirnov2022-07-141-51/+127
* | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-081-0/+7
|\ \ | |/
| * MDEV-20077 compilation fixAleksey Midenkov2022-04-291-0/+2
| * MDEV-20077 Warning on full history partition is delayed until next DML statementAleksey Midenkov2022-04-291-0/+5
* | MDEV-28097 use-after-free when WHERE has subquery with an outer reference in ...Sergei Golubchik2022-04-291-0/+3
* | cleanup: (*order->item) -> itemSergei Golubchik2022-04-291-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-52/+12
|\ \ | |/
| * MDEV-24176 fixup: GCC -Wmaybe-uninitializedMarko Mäkelä2022-04-191-1/+1
| * MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-181-41/+7
| * MDEV-24176 PreparationsAleksey Midenkov2022-04-181-39/+32
* | Merge branch '10.3' into 10.4mariadb-10.4.24Sergei Golubchik2022-02-101-3/+4
|\ \ | |/
| * Merge branch '10.2' into 10.3mariadb-10.3.34Sergei Golubchik2022-02-101-3/+4
| |\
| | * MDEV-25766 Unused CTE lead to a crash in find_field_in_tables/find_order_in_listOleksandr Byelkin2022-02-101-3/+4
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-01-301-3/+4
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-3/+4
| |\ \ | | |/
| | * MDEV-25201 : Assertion `thd->wsrep_trx_meta.gtid.seqno == (-1)' failed in int...bb-10.2-galera-janJan Lindström2022-01-111-0/+1
| | * MDEV-20325: Assertion `outer_context || !*from_field || *from_field == not_fo...bb-10.2-MDEV-20325Dmitry Shulga2022-01-111-1/+1
| | * Revert "MDEV-24454 Crash at change_item_tree"Igor Babaev2022-01-101-1/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-0/+2
|\ \ \ | |/ /
| * | MDEV-25891 Computed default for INVISIBLE column is ignored in INSERTAleksey Midenkov2021-10-111-1/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2021-09-291-0/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-09-291-0/+1
| |\ \ | | |/
| | * MDEV-24454 Crash at change_item_treebb-10.2-MDEV-24454Oleksandr Byelkin2021-09-271-0/+1
* | | Merge remote-tracking branch 'upstream/10.3' into 10.4Vicențiu Ciorbaru2021-09-091-0/+11
|\ \ \ | |/ /
| * | MDEV-26362: incorrect nest_level value with INTERSECTbb-10.3-MDEV-26362Oleksandr Byelkin2021-09-051-0/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-311-5/+15
|\ \ \ | |/ /
| * | MDEV 22785 Crash with prepared statements and NEXTVAL()Michael Widenius2021-08-261-5/+15
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-1/+1
| |\ \ | | |/
| | * MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-161-0/+12
| | * [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-121-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2021-06-011-0/+25
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-06-011-0/+17
| |\ \ | | |/
| | * MDEV-25576: The statement EXPLAIN running as regular statement and as prepare...Dmitry Shulga2021-05-301-0/+17
| * | MDEV-17749 Kill during LOCK TABLE ; ALTER TABLE causes assertMonty2021-05-261-0/+10
| * | Merge 10.2 into 10.3Marko Mäkelä2021-05-241-29/+4
| |\ \ | | |/
| | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-29/+4
* | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-29/+4
* | | Merge 10.3 into 10.4Marko Mäkelä2021-05-101-3/+12
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-05-101-7/+13
| |\ \ | | |/
| | * XA PREPARE and SHOW STATUSSergei Golubchik2021-05-081-7/+13
| | * MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-041-1/+0