Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Fix build on !glibc/powerpc* | pkubaj | 2019-11-02 | 1 | -1/+1 | |
* | | | | | MDEV-20927: Remove duplicated code | Marko Mäkelä | 2019-10-31 | 2 | -62/+0 | |
* | | | | | Merge branch '5.5' into 10.1 | Oleksandr Byelkin | 2019-10-30 | 2 | -6/+4 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | MDEV-18783 - Server crash in hp_rb_make_key | Sergey Vojtovich | 2019-10-30 | 2 | -6/+4 | |
* | | | | | Merge remote-tracking branch 'connect/10.1' into 10.1 | Oleksandr Byelkin | 2019-10-30 | 32 | -1612/+2083 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | Fix xml(2)_mult.test result mismatch | Olivier Bertrand | 2019-08-24 | 2 | -8/+8 | |
| * | | | | In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve... | Olivier Bertrand | 2019-08-24 | 30 | -1610/+2086 | |
* | | | | | Merge branch 'merge-tokudb-5.6' into 10.1 | Oleksandr Byelkin | 2019-10-30 | 19 | -133/+232 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | 5.6.45-86.1 | Oleksandr Byelkin | 2019-10-30 | 19 | -134/+231 | |
* | | | | | XtraDB 5.6.45-86.1 | Marko Mäkelä | 2019-10-30 | 9 | -17/+19 | |
* | | | | | MDEV-20927 Duplicate key with auto increment | Marko Mäkelä | 2019-10-30 | 2 | -48/+68 | |
* | | | | | Merge 5.5 into 10.1 | Eugene Kosov | 2019-10-29 | 1 | -0/+11 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | add .clang-format file for InnoDBbb-5.5-kevgs | Eugene Kosov | 2019-10-29 | 1 | -0/+11 | |
* | | | | | MDEV-20621 FULLTEXT INDEX activity causes InnoDB hang | Thirunarayanan Balathandayuthapani | 2019-10-25 | 12 | -262/+244 | |
* | | | | | MDEV-19073 FTS row mismatch after crash recovery | Thirunarayanan Balathandayuthapani | 2019-10-25 | 2 | -0/+8 | |
* | | | | | MDEV-20813: Remove the buf_flush_init_for_writing() assertion | Marko Mäkelä | 2019-10-14 | 2 | -2/+0 | |
* | | | | | MDEV-20805 follow-up: Catch writes of bogus pages | Marko Mäkelä | 2019-10-11 | 4 | -4/+22 | |
* | | | | | Merge 5.5 into 10.1 | Marko Mäkelä | 2019-10-11 | 3 | -88/+96 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | MDEV-20805 ibuf_add_free_page() is not initializing FIL_PAGE_TYPE first | Marko Mäkelä | 2019-10-11 | 2 | -6/+8 | |
* | | | | | Merge 5.5 into 10.1 | Marko Mäkelä | 2019-10-08 | 2 | -22/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Remove orphan declaration buf_flush_wait_batch_end_wait_only() | Marko Mäkelä | 2019-10-07 | 2 | -22/+0 | |
* | | | | | Merge remote-tracking branch 'origin/5.5' into 10.1 | Alexander Barkov | 2019-09-24 | 19 | -29/+29 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix spelling mistakes in MyISAM code comments | Ian Gilfillan | 2019-09-20 | 19 | -29/+29 | |
| * | | | | MDEV-14383 tokudb_bugs. tests failed in buildbot, lost connection to server | Sergei Golubchik | 2019-09-01 | 6 | -0/+18 | |
* | | | | | MDEV-18094: Query with order by limit picking index scan over filesort | Varun Gupta | 2019-09-21 | 1 | -1/+1 | |
* | | | | | MDEV-19529 InnoDB hang on DROP FULLTEXT INDEX | Thirunarayanan Balathandayuthapani | 2019-09-18 | 24 | -490/+120 | |
* | | | | | MDEV-19647 Server hangs after dropping full text indexes and restart | Thirunarayanan Balathandayuthapani | 2019-09-17 | 2 | -0/+12 | |
* | | | | | Post fix after the patch for MDEV-20576. | Igor Babaev | 2019-09-13 | 3 | -6/+6 | |
* | | | | | fix clang warnings | Eugene Kosov | 2019-08-28 | 1 | -1/+1 | |
* | | | | | row_undo_mod_remove_clust_low(): Remove duplicated code | Marko Mäkelä | 2019-08-22 | 1 | -31/+1 | |
* | | | | | Fix -Wstringop-truncation | Marko Mäkelä | 2019-08-22 | 2 | -6/+8 | |
* | | | | | Merge 5.5 into 10.1 | Marko Mäkelä | 2019-08-12 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix -Wimplicit-fallthrough | Marko Mäkelä | 2019-08-12 | 1 | -1/+3 | |
| * | | | | MDEV-8827: Fix the 32-bit build | Marko Mäkelä | 2019-07-23 | 2 | -2/+2 | |
| * | | | | Bug#15851528 DUPLICATE KEY ERROR ON AUTO-INC PK WITH MIXED AUTO_INCREMENT_INC... | Rahul Malik | 2019-07-23 | 2 | -32/+4 | |
| * | | | | Revert "MDEV-8827 Duplicate key with auto increment" | Marko Mäkelä | 2019-07-23 | 2 | -10/+14 | |
| * | | | | Bug #20989615 INNODB AUTO_INCREMENT PRODUCES SAME VALUE TWICE | Thirunarayanan Balathandayuthapani | 2019-07-23 | 4 | -0/+67 | |
* | | | | | MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247 | Thirunarayanan Balathandayuthapani | 2019-08-07 | 2 | -6/+6 | |
* | | | | | Merge branch 'merge-tokudb-5.6' into 10.1 | Oleksandr Byelkin | 2019-07-26 | 54 | -28/+346 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | 5.6.44-86.0 | Oleksandr Byelkin | 2019-07-26 | 54 | -23/+347 | |
* | | | | | Merge remote-tracking branch 'connect/10.1' into 10.1 | Oleksandr Byelkin | 2019-07-26 | 9 | -124/+82 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | Fixed compiler warning in connect engine | Olivier Bertrand | 2019-03-25 | 1 | -1/+1 | |
| * | | | | - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode='' | Olivier Bertrand | 2019-03-25 | 14 | -164/+211 | |
| * | | | | - Fix MDEV-18192: CONNECT Engine JDBC not able to issue | Olivier Bertrand | 2019-01-27 | 5 | -44/+100 | |
| * | | | | - Fix a few bug mainly concerning discovery and call from OEM | Olivier Bertrand | 2019-01-03 | 6 | -145/+185 | |
| * | | | | Fix wrong version number | Olivier Bertrand | 2018-12-04 | 1 | -1/+1 | |
| * | | | | - Make PlugSubAlloc to be exportable | Olivier Bertrand | 2018-12-01 | 13 | -203/+231 | |
| * | | | | - Implement the CHECK TABLE statement and accept REPAIR and ANALYZE | Olivier Bertrand | 2018-10-11 | 16 | -55/+154 | |
| * | | | | - Comment out failing Cyrillic test in xml2.test | Olivier Bertrand | 2018-08-08 | 2 | -49/+18 | |
| * | | | | - Fix MDEV-16672 Connect: Warnings with 10.0 | Olivier Bertrand | 2018-08-07 | 20 | -172/+144 |