summaryrefslogtreecommitdiff
path: root/sql/sql_view.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 to 10.6Marko Mäkelä2021-08-191-1/+1
|\
| * 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.5 into 10.6Marko Mäkelä2021-05-261-11/+8
|\ \ \ \ | |/ / /
| * | | 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
* | | | | MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-0/+18
* | | | | Move debug_crash_here to it's own source filesMonty2021-05-191-10/+10
* | | | | MDEV-24746 Atomic CREATE TRIGGERMonty2021-05-191-5/+2
* | | | | MDEV-24607 Atomic CREATE VIEWMonty2021-05-191-5/+61
* | | | | MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-191-1/+1
* | | | | MDEV-23844 Atomic DROP TABLE (single table)Monty2021-05-191-3/+26
* | | | | MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-8/+20
* | | | | Make LEX::can_not_use_merged more generalMonty2021-05-191-1/+1
* | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-4/+3
* | | | | Reduce usage of strlen()Monty2021-05-191-4/+6
* | | | | Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAMEAlexander Barkov2021-05-191-5/+5
* | | | | Split item->flags into base_flags and with_flagsMonty2021-05-191-2/+2
* | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-5/+5
* | | | | Removed Item::common_flags and replaced it with bit fieldsMichael Widenius2021-05-191-5/+5
* | | | | cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-211-1/+1
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-1/+1
* | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-1/+1
|/ / / /
* | | | 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