summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2021-08-231-1/+1
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-08-231-1/+1
| |\
| | * Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-231-2/+2
* | | Merge 10.4 into 10.5Marko Mäkelä2021-08-181-1/+1
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-1/+1
| |\ \ | | |/
* | | Merge 10.4 into 10.5Marko Mäkelä2021-05-261-1/+7
|\ \ \ | |/ /
| * | Merge 10.3 into 10.4Marko Mäkelä2021-05-251-0/+7
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2021-05-241-9/+7
| | |\
| | | * MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-211-9/+0
| | | * MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-05-201-0/+7
| * | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existIgor Babaev2021-05-251-9/+0
* | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igorIgor Babaev2021-05-251-9/+0
* | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-0/+2
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-0/+2
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-0/+2
| | |\ \ | | | |/
| | | * MDEV-22781 CREATE VIEW containing WITH clause Signal 11Igor Babaev2020-12-071-0/+2
| * | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-2/+3
| |\ \ \ | | |/ /
| | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-2/+3
| | |\ \ | | | |/
| | | * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-2/+3
| | | |\
| | | | * bugfix: mysql_create_view() infinite loopSergei Golubchik2020-07-291-2/+3
* | | | | Fixed error messages from DROP VIEW to align with DROP TABLEMonty2020-06-141-29/+18
* | | | | more mysql_create_view link/unlink woesSergei Golubchik2020-06-121-3/+3
* | | | | MDEV-22878 galera.wsrep_strict_ddl hangs in 10.5 after mergeSergei Golubchik2020-06-121-1/+2
* | | | | MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTSAleksey Midenkov2020-04-041-1/+1
* | | | | Split tdc_remove_table()Sergey Vojtovich2020-04-031-4/+2
* | | | | MDEV-21743 Split up SUPER privilege to smaller privilegesAlexander Barkov2020-03-101-1/+0
* | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard)Oleksandr Byelkin2020-03-101-5/+5
* | | | | MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e...Jan Lindström2020-02-111-0/+9
* | | | | MDEV-21702 Add a data type for privilegesAlexander Barkov2020-02-111-3/+4
* | | | | Removed kill_delayed_threads_for_table()Sergey Vojtovich2019-11-251-3/+4
* | | | | Merge 10.4 into 10.5Oleksandr Byelkin2019-11-071-1/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-1/+14
| |\ \ \ \ | | |/ / /
| | * | | Fixes for binary logging --read-only modeMonty2019-10-201-1/+1
| | * | | MDEV-20074: Lost connection on update triggerOleksandr Byelkin2019-10-171-0/+13
* | | | | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings.Alexander Barkov2019-05-281-4/+1
* | | | | MDEV-19566 Remove Item::name related strlen() calls in constructors of some I...Alexander Barkov2019-05-231-1/+1
|/ / / /
* | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-2/+3
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\ \ | | | |/
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+2
| | |\ \ \ | | | |/ /
| | | * | Merge branch '5.5' into 10.1Sergei Golubchik2019-04-261-1/+2
| | | |\ \ | | | | |/
| | | | * MDEV-18507 can't update temporary table when joined with table with triggers ...Sergei Golubchik2019-04-241-0/+1
* | | | | Cleanup of derived table interfaceOleksandr Byelkin2019-04-161-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-251-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | remove dead codeEugene Kosov2019-03-221-1/+0
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-201-16/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-171-16/+9
| |\ \ \ \ | | |/ / /