Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent ... | Oleksandr Byelkin | 2022-10-24 | 1 | -14/+10 |
* | MDEV-17124: mariadb 10.1.34, views and prepared statements: ERROR 1615 (HY00... | Oleksandr Byelkin | 2022-09-30 | 1 | -8/+59 |
* | Better declaration of the buffer size | Oleksandr Byelkin | 2022-09-30 | 1 | -7/+7 |
* | MDEV-28548: ER_TABLEACCESS_DENIED_ERROR is missing information about DB | Anel Husakovic | 2022-09-30 | 1 | -1/+2 |
* | MDEV-24281 Reading from freed memory when running main.view with --ps-protocol | Igor Babaev | 2022-03-23 | 1 | -1/+2 |
* | 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 |
* | | Fix GCC 11.2.0 -Wmaybe-uninitialized | Marko Mäkelä | 2021-08-23 | 1 | -2/+2 |
* | | 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 |
* | | 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.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 |
* | | | 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 |
* | | | 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 |
* | | | | remove dead code | Eugene Kosov | 2019-03-22 | 1 | -1/+0 |
* | | | | 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 |
* | | | | 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 |
* | | | | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2018-06-30 | 1 | -5/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-06-21 | 1 | -5/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch '10.0-galera' into 10.1 | Vicențiu Ciorbaru | 2018-06-12 | 1 | -6/+5 |
| | |\ \ | |||||
| | | * \ | Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galera | Jan Lindström | 2018-05-07 | 1 | -0/+5 |
| | | |\ \ | |||||
| | | | * | | MW-416 Replicate DDL after ACL check | sjaakola | 2017-10-19 | 1 | -1/+1 |
| | | | * | | MW-416 Replicating DDL after ACL check, 5.6 version | sjaakola | 2017-10-19 | 1 | -0/+5 |
| | | | |/ | |||||
* | | | | | MDEV-16385 ROW SP variable is allowed in unexpected context | Alexander Barkov | 2018-06-05 | 1 | -1/+1 |
* | | | | | Merge branch 'github/10.2' into 10.3 | Sergei Golubchik | 2018-05-22 | 1 | -1/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-20 | 1 | -1/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat... | Oleksandr Byelkin | 2018-05-15 | 1 | -1/+3 |
* | | | | | cleanup: versioning style fixes | Sergei Golubchik | 2018-05-12 | 1 | -2/+2 |
* | | | | | MDEV-14820 System versioning is applied incorrectly to CTEs | Sergei Golubchik | 2018-05-12 | 1 | -1/+1 |
* | | | | | Add likely/unlikely to speed up execution | Monty | 2018-05-07 | 1 | -7/+9 |
* | | | | | cleanup: remove XString::operator== and != | Sergei Golubchik | 2018-04-10 | 1 | -4/+4 |