Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.5' into 10.6 | Oleksandr Byelkin | 2022-02-03 | 1 | -2/+12 |
|\ | |||||
| * | Merge branch '10.4' into 10.5 | Oleksandr Byelkin | 2022-02-01 | 1 | -2/+12 |
| |\ | |||||
| | * | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2022-01-30 | 1 | -2/+12 |
| | |\ | |||||
| | | * | Merge branch '10.2' into 10.3mariadb-10.3.33 | Oleksandr Byelkin | 2022-01-29 | 1 | -2/+12 |
| | | |\ | |||||
| | | | * | MDEV-20516: Assertion `!lex->proc_list.first && !lex->result && !lex->param_l...bb-10.2-MDEV-20516-1 | Dmitry Shulga | 2022-01-22 | 1 | -2/+12 |
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-23 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-23 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Fix GCC 11.2.0 -Wmaybe-uninitialized | Marko Mäkelä | 2021-08-23 | 1 | -2/+2 |
* | | | | | Merge 10.5 to 10.6 | Marko Mäkelä | 2021-08-19 | 1 | -1/+1 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-08-18 | 1 | -1/+1 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-08-18 | 1 | -1/+1 |
| | |\ \ \ | | | |/ / | |||||
* | | | | | Merge 10.5 into 10.6 | Marko Mäkelä | 2021-05-26 | 1 | -11/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.4 into 10.5 | Marko Mäkelä | 2021-05-26 | 1 | -1/+7 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2021-05-25 | 1 | -0/+7 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge 10.2 into 10.3 | Marko Mäkelä | 2021-05-24 | 1 | -9/+7 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-23886 Reusing CTE inside a function fails with table doesn't exist | Igor Babaev | 2021-05-21 | 1 | -9/+0 |
| | | | * | MDEV-25462: Assertion `m_status == DA_ERROR || m_status == DA_OK || | Rucha Deodhar | 2021-05-20 | 1 | -0/+7 |
| | * | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't exist | Igor Babaev | 2021-05-25 | 1 | -9/+0 |
| * | | | | MDEV-23886 Reusing CTE inside a function fails with table doesn't existbb-10.5-igor | Igor Babaev | 2021-05-25 | 1 | -9/+0 |
* | | | | | MDEV-18465 Logging of DDL statements during backup | Monty | 2021-05-19 | 1 | -0/+18 |
* | | | | | Move debug_crash_here to it's own source files | Monty | 2021-05-19 | 1 | -10/+10 |
* | | | | | MDEV-24746 Atomic CREATE TRIGGER | Monty | 2021-05-19 | 1 | -5/+2 |
* | | | | | MDEV-24607 Atomic CREATE VIEW | Monty | 2021-05-19 | 1 | -5/+61 |
* | | | | | MDEV-24408 Crash-safe DROP DATABASE | Monty | 2021-05-19 | 1 | -1/+1 |
* | | | | | MDEV-23844 Atomic DROP TABLE (single table) | Monty | 2021-05-19 | 1 | -3/+26 |
* | | | | | MDEV-23842 Atomic RENAME TABLE | Monty | 2021-05-19 | 1 | -8/+20 |
* | | | | | Make LEX::can_not_use_merged more general | Monty | 2021-05-19 | 1 | -1/+1 |
* | | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRING | Monty | 2021-05-19 | 1 | -4/+3 |
* | | | | | Reduce usage of strlen() | Monty | 2021-05-19 | 1 | -4/+6 |
* | | | | | Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAME | Alexander Barkov | 2021-05-19 | 1 | -5/+5 |
* | | | | | Split item->flags into base_flags and with_flags | Monty | 2021-05-19 | 1 | -2/+2 |
* | | | | | Change bitfields in Item to an uint16 | Michael Widenius | 2021-05-19 | 1 | -5/+5 |
* | | | | | Removed Item::common_flags and replaced it with bit fields | Michael Widenius | 2021-05-19 | 1 | -5/+5 |
* | | | | | cleanup: Refactor select_limit in select lex | Vicențiu Ciorbaru | 2021-04-21 | 1 | -1/+1 |
* | | | | | MDEV-17399 Add support for JSON_TABLE. | Alexey Botchkov | 2021-04-21 | 1 | -1/+1 |
* | | | | | MDEV-13115: Implement SELECT SKIP LOCKED | Daniel Black | 2021-04-08 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge commit '10.4' into 10.5 | Oleksandr Byelkin | 2021-01-06 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468 | Oleksandr Byelkin | 2020-12-25 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-12-23 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-22781 CREATE VIEW containing WITH clause Signal 11 | Igor Babaev | 2020-12-07 | 1 | -0/+2 |
| * | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2020-08-03 | 1 | -2/+3 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2020-08-03 | 1 | -2/+3 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2020-08-02 | 1 | -2/+3 |
| | | |\ | |||||
| | | | * | bugfix: mysql_create_view() infinite loop | Sergei Golubchik | 2020-07-29 | 1 | -2/+3 |
* | | | | | Fixed error messages from DROP VIEW to align with DROP TABLE | Monty | 2020-06-14 | 1 | -29/+18 |
* | | | | | more mysql_create_view link/unlink woes | Sergei Golubchik | 2020-06-12 | 1 | -3/+3 |
* | | | | | MDEV-22878 galera.wsrep_strict_ddl hangs in 10.5 after merge | Sergei Golubchik | 2020-06-12 | 1 | -1/+2 |
* | | | | | MDEV-21889 Typo fix: ER_KEY_DOES_NOT_EXISTS | Aleksey Midenkov | 2020-04-04 | 1 | -1/+1 |
* | | | | | Split tdc_remove_table() | Sergey Vojtovich | 2020-04-03 | 1 | -4/+2 |
* | | | | | MDEV-21743 Split up SUPER privilege to smaller privileges | Alexander Barkov | 2020-03-10 | 1 | -1/+0 |