Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MDEV-19142 sql_mode=MSSQL: Bracket identifiers | Alexander Barkov | 2019-04-15 | 1 | -3/+6 |
* | MDEV-18982 Partition pruning with column list causes syntax error in 10.4 | Igor Babaev | 2019-04-04 | 1 | -0/+1 |
* | MDEV-18769 Assertion `fixed == 1' failed in Item_cond_or::val_int | Galina Shalygina | 2019-04-04 | 1 | -271/+290 |
* | 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 | -14/+0 |
|\ \ | |/ | |||||
| * | Merge branch '10.2' into 10.3 | Sergei Golubchik | 2019-03-17 | 1 | -14/+0 |
| |\ | |||||
| | * | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2019-03-15 | 1 | -13/+0 |
| | |\ | |||||
| | | * | pass the slow logging information in thd->query_plan_flags | Sergei Golubchik | 2019-03-12 | 1 | -13/+0 |
* | | | | MDEV-18701: Wrong result from query that uses INTERSECT after UNION ALL | Oleksandr Byelkin | 2019-03-11 | 1 | -12/+7 |
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW | Alexander Barkov | 2019-03-07 | 1 | -13/+78 |
* | | | | MDEV-18813 PROCEDURE and anonymous blocks silently ignore FETCH GROUP NEXT ROW | Alexander Barkov | 2019-03-07 | 1 | -0/+16 |
* | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-03-06 | 1 | -14/+22 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-03-05 | 1 | -12/+20 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-03-04 | 1 | -11/+19 |
| | |\ \ | | | |/ | |||||
| | | * | MDEV-18333 Slow_queries count doesn't increase when slow_query_log is turned off | Alexander Barkov | 2019-03-04 | 1 | -0/+14 |
| | | * | Merge branch '10.0' into 10.1 | Oleksandr Byelkin | 2019-03-01 | 1 | -11/+5 |
| | | |\ | |||||
| | | | * | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2019-02-28 | 1 | -11/+5 |
| | | | |\ | |||||
| | | | | * | MDEV-17055: Server crashes in find_order_in_list upon 2nd (3rd) execution of ... | Oleksandr Byelkin | 2019-02-28 | 1 | -3/+4 |
| | | | | * | A cleanup in derived table handling: removing duplicate code from st_select_l... | Alexander Barkov | 2019-02-28 | 1 | -8/+1 |
| * | | | | | MDEV-18700 EXPLAIN EXTENDED shows a wrong operation for query | Igor Babaev | 2019-02-22 | 1 | -2/+2 |
* | | | | | | MDEV-18806 Synchronize ALTER TABLE EXCHANGE PARTITION and PURGE grammar in sq... | Alexander Barkov | 2019-03-04 | 1 | -5/+44 |
* | | | | | | MDEV-18796 Synchronize PS grammar between sql_yacc.yy and sql_yacc_ora.yy | Alexander Barkov | 2019-03-03 | 1 | -1/+48 |
* | | | | | | MDEV-18789 Port "MDEV-7773 Aggregate stored functions" to sql_yacc_ora.yy | Alexander Barkov | 2019-03-01 | 1 | -0/+9 |
* | | | | | | MDEV-18767 Port "MDEV-16294: INSTALL PLUGIN IF NOT EXISTS / UNINSTALL PLUGIN ... | Alexander Barkov | 2019-02-28 | 1 | -0/+47 |
* | | | | | | MDEV-16973 Application-time periods: DELETE | Nikita Malyavin | 2019-02-21 | 1 | -0/+14 |
* | | | | | | Merge branch '10.3' into 10.4 | Oleksandr Byelkin | 2019-02-21 | 1 | -1/+2 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | dirty merge | Oleksandr Byelkin | 2019-02-07 | 1 | -1/+2 |
| |\ \ \ \ \ | | |/ / / / | |||||
| | * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-02-03 | 1 | -1/+2 |
| | |\ \ \ \ | | | |/ / / | |||||
| | | * | | | Merge 10.1 into 10.1 | Marko Mäkelä | 2019-02-02 | 1 | -1/+2 |
| | | |\ \ \ | | | | |/ / | |||||
| | | | * | | MDEV-18255: Server crashes in Bitmap<64u>::intersect | Varun Gupta | 2019-01-24 | 1 | -1/+2 |
* | | | | | | MDEV-7486: Condition pushdown from HAVING into WHERE | Igor Babaev | 2019-02-19 | 1 | -35/+19 |
* | | | | | | MDEV-7486: Cosmetic changes | Igor Babaev | 2019-02-18 | 1 | -69/+35 |
* | | | | | | MDEV-7486: Condition pushdown from HAVING into WHERE | Galina Shalygina | 2019-02-17 | 1 | -135/+743 |
* | | | | | | A cleanup for MDEV-13916 Enforce check constraint on JSON type | Alexander Barkov | 2019-02-15 | 1 | -18/+0 |
* | | | | | | Merge branch '10.4' into bb-10.4-mdev17096bb-10.4-mdev17096 | Igor Babaev | 2019-02-13 | 1 | -0/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | MDEV-13916 Enforce check constraint on JSON type | Monty | 2019-02-13 | 1 | -0/+18 |
* | | | | | | | Merge branch '10.4' into bb-10.4-mdev17096 | Igor Babaev | 2019-02-06 | 1 | -34/+154 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Merge branch '10.3' into 10.4 | Sergei Golubchik | 2019-01-26 | 1 | -16/+7 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | cleanup: trg2bit() helper | Sergei Golubchik | 2019-01-25 | 1 | -16/+7 |
| * | | | | | | Galera4 | Brave Galera Crew | 2019-01-23 | 1 | -1/+1 |
| * | | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2019-01-17 | 1 | -0/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| | * | | | | | Merge 10.2 into 10.3 | Marko Mäkelä | 2019-01-17 | 1 | -0/+1 |
| | |\ \ \ \ \ | | | |/ / / / | |||||
| | | * | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2019-01-17 | 1 | -0/+1 |
| | | |\ \ \ \ | | | | |/ / / | |||||
| | | | * | | | Merge 10.0 into 10.1 | Marko Mäkelä | 2019-01-17 | 1 | -0/+1 |
| | | | |\ \ \ | | | | | |/ / | |||||
| | | | | * | | MDEV-13784: query causes seg fault | Varun Gupta | 2019-01-06 | 1 | -0/+1 |
| | | | | * | | Merge branch '5.5' into 10.0 | Oleksandr Byelkin | 2018-08-15 | 1 | -1/+1 |
| | | | | |\ \ | | | | | | |/ | |||||
| | | | | | * | MDEV-15475: Assertion `!table || (!table->read_set || bitmap_is_set(table->re... | Oleksandr Byelkin | 2018-08-15 | 1 | -1/+1 |
| * | | | | | | Fixed compiler warnings from optimized builds | Michael Widenius | 2019-01-15 | 1 | -1/+1 |
| * | | | | | | Merge 10.3 into 10.4 | Marko Mäkelä | 2018-11-19 | 1 | -11/+72 |
| |\ \ \ \ \ \ | | |/ / / / / |