Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-07-26 | 1 | -3/+2 |
|\ | |||||
| * | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-07-25 | 1 | -3/+2 |
| |\ | |||||
| | * | MDEV-19429: Wrong query result with EXISTS and LIMIT 0bb-5.5-MDEV-19429 | Oleksandr Byelkin | 2019-07-19 | 1 | -3/+2 |
| * | | imporve clang build | Eugene Kosov | 2019-06-25 | 1 | -3/+3 |
* | | | Merge branch '10.1' into 10.2 | Oleksandr Byelkin | 2019-06-13 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-06-12 | 1 | -1/+4 |
| |\ \ | | |/ | |||||
| | * | MDEV-18479 Complement | Igor Babaev | 2019-05-28 | 1 | -1/+4 |
* | | | 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.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 |
* | | | 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 |
* | | | | 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 |
* | | | | 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 |
* | | | | Merge 10.1 into 10.2 | Marko Mäkelä | 2018-11-06 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-14431 binlog.binlog_flush_binlogs_delete_domain failed in buildbot | Andrei Elkin | 2018-10-16 | 1 | -1/+1 |
* | | | | MDEV-17154 Multiple selects from parametrized CTE fails with syntax error | Igor Babaev | 2018-09-14 | 1 | -0/+1 |
* | | | | MDEV-16386: Wrong result when pushdown into the HAVING clause of the | Galina Shalygina | 2018-06-14 | 1 | -0/+1 |
* | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2018-05-20 | 1 | -2/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | MDEV-15347: Valgrind or ASAN errors in mysql_make_view on query from informat... | Oleksandr Byelkin | 2018-05-15 | 1 | -2/+3 |
* | | | | MDEV-15581 Incorrect result (missing row) with UNION DISTINCT in anchor parts | Igor Babaev | 2018-05-17 | 1 | -0/+1 |
* | | | | MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ... | Varun Gupta | 2018-05-16 | 1 | -1/+7 |
* | | | | register keyword c++17 warning | Eugene Kosov | 2018-04-24 | 1 | -3/+3 |
* | | | | Merge branch 'github/10.1' into 10.2 | Sergei Golubchik | 2018-02-06 | 1 | -1/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'github/10.0' into 10.1 | Sergei Golubchik | 2018-02-02 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge remote-tracking branch '5.5' into 10.0 | Vicențiu Ciorbaru | 2018-01-24 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch 'mysql/5.5' into 5.5 | Sergei Golubchik | 2018-01-18 | 1 | -1/+1 |
| | | |\ | |||||
| | | | * | Bug #26881946: INCORRECT BEHAVIOR WITH "VALUES" | Sreeharsha Ramanavarapu | 2017-11-16 | 1 | -2/+3 |
| * | | | | MDEV-14857: problem with 10.2.11 server crashing when executing stored procedure | Oleksandr Byelkin | 2018-02-01 | 1 | -0/+2 |
* | | | | | Fixed the bug MDEV-14755 Crash when executing prepared statement | Igor Babaev | 2017-12-27 | 1 | -3/+1 |
* | | | | | Merge branch '10.1' into 10.2 | Sergei Golubchik | 2017-11-21 | 1 | -0/+5 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain ID | Andrei Elkin | 2017-11-15 | 1 | -0/+5 |
| * | | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2017-10-22 | 1 | -1/+0 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2017-10-18 | 1 | -1/+0 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | MDEV-13459 Warnings, when compiling with gcc-7.x | Sergei Golubchik | 2017-10-17 | 1 | -1/+3 |
* | | | | | Fixed the bug mdev-13796. | Igor Babaev | 2017-10-11 | 1 | -1/+26 |
* | | | | | MDEV-13384 - misc Windows warnings fixed | Vladislav Vaintroub | 2017-09-28 | 1 | -1/+1 |
* | | | | | MDEV-13844 : Fix Windows warnings. Fix DBUG_PRINT. | Vladislav Vaintroub | 2017-09-28 | 1 | -11/+11 |