Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | MDEV-20632: Recursive CTE cycle detection using CYCLE clause (nonstandard) | Oleksandr Byelkin | 2020-03-10 | 1 | -5/+5 |
* | | | | | MDEV-20051: Add new mode to wsrep_OSU_method in which Galera checks storage e... | Jan Lindström | 2020-02-11 | 1 | -0/+9 |
* | | | | | MDEV-21702 Add a data type for privileges | Alexander Barkov | 2020-02-11 | 1 | -3/+4 |
* | | | | | Removed kill_delayed_threads_for_table() | Sergey Vojtovich | 2019-11-25 | 1 | -3/+4 |
* | | | | | Merge 10.4 into 10.5 | Oleksandr Byelkin | 2019-11-07 | 1 | -1/+14 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-11-01 | 1 | -1/+14 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fixes for binary logging --read-only mode | Monty | 2019-10-20 | 1 | -1/+1 |
| | * | | | MDEV-20074: Lost connection on update trigger | Oleksandr Byelkin | 2019-10-17 | 1 | -0/+13 |
* | | | | | Using more of Sql_mode_save. Adding a similar class for THD::abort_on_warnings. | Alexander Barkov | 2019-05-28 | 1 | -4/+1 |
* | | | | | MDEV-19566 Remove Item::name related strlen() calls in constructors of some I... | Alexander Barkov | 2019-05-23 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-05-19 | 1 | -2/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-05-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-05-13 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch '5.5' into 10.1 | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Update FSF Address | Vicențiu Ciorbaru | 2019-05-11 | 1 | -1/+1 |
| * | | | | Merge branch '10.2' into 10.3 | Oleksandr Byelkin | 2019-05-12 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-05-04 | 1 | -1/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | Merge branch '5.5' into 10.1 | Sergei Golubchik | 2019-04-26 | 1 | -1/+2 |
| | | |\ \ | | | | |/ | |||||
| | | | * | MDEV-18507 can't update temporary table when joined with table with triggers ... | Sergei Golubchik | 2019-04-24 | 1 | -0/+1 |
* | | | | | Cleanup of derived table interface | Oleksandr Byelkin | 2019-04-16 | 1 | -1/+1 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-25 | 1 | -1/+0 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | remove dead code | Eugene Kosov | 2019-03-22 | 1 | -1/+0 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-20 | 1 | -16/+9 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -16/+9 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2019-03-15 | 1 | -16/+9 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | fix gcc 8 compiler warnings | Sergei Golubchik | 2019-03-14 | 1 | -2/+3 |
| | | * | | MDEV-15945 --ps-protocol does not test some queries | Sergei Golubchik | 2019-03-12 | 1 | -5/+4 |
| | | * | | cleanup: misc | Sergei Golubchik | 2019-03-12 | 1 | -9/+2 |
* | | | | | MDEV-6111 Optimizer Trace | Varun Gupta | 2019-02-13 | 1 | -0/+10 |
* | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-11-06 | 1 | -6/+6 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2018-11-06 | 1 | -6/+5 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -5/+4 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-15890 Strange error message if you try to FLUSH TABLES <view> after LOCK... | Alexey Botchkov | 2018-11-03 | 1 | -2/+1 |
| | | * | | wsrep: create a macro for the error: label | Sergei Golubchik | 2018-10-24 | 1 | -3/+3 |
* | | | | | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operations | Oleksandr Byelkin | 2018-07-04 | 1 | -20/+26 |
|/ / / / | |||||
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -5/+5 |
|\ \ \ \ | |/ / / |