summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17351 Wrong results for GREATEST,TIMESTAMP,ADDTIME with an out-of-range ...Alexander Barkov2018-10-0814-77/+3494
* MDEV-17360 Server crashes in optimize_keyuseIgor Babaev2018-10-073-3/+33
* Merge branch 'bb-10.4-wlad' into 10.4Vladislav Vaintroub2018-10-059-436/+730
|\
| * Small refactoring in vio.Vladislav Vaintroub2018-10-052-10/+0
| * MDEV-10384 Windows : Refactor threading in mysqld startup.Vladislav Vaintroub2018-10-057-426/+730
* | Merge 10.3 into 10.4Marko Mäkelä2018-10-05464-197060/+10221
|\ \
| * | MDEV-11369: Perform validation at IMPORT TABLESPACEMarko Mäkelä2018-10-041-21/+26
| * | Fix a Galera resultMarko Mäkelä2018-10-041-1/+12
| * | MDEV-11369: Implement accurate checks for the metadata recordMarko Mäkelä2018-10-031-4/+20
| * | MDEV-11369: Implement stricter checks for the metadata recordMarko Mäkelä2018-10-031-13/+14
| * | Merge pull request #847 from tempesta-tech/tt-10.3-MDEV-16211Jan Lindström2018-10-027-0/+88
| |\ \
| | * | MDEV-16211 Contents of transaction_registry not replicated by GaleraEugene Kosov2018-10-017-0/+88
| * | | Updated list of unstable tests for 10.3.10 releaseElena Stepanova2018-10-021-0/+1
| * | | MDEV-17167 - InnoDB: Failing assertion: table->get_ref_count() == 0 uponmariadb-10.3.10Sergey Vojtovich2018-10-026-1/+89
| * | | Updated list of unstable tests for 10.3.10 releaseElena Stepanova2018-10-021-240/+153
| |/ /
| * | Merge branch '10.3'Sergei Golubchik2018-10-012-2/+2
| |\ \
| | * | Correct a function commentMarko Mäkelä2018-09-262-2/+2
| * | | row_build_index_entry(): Make index constMarko Mäkelä2018-10-013-9/+9
| * | | Remove an unused functionMarko Mäkelä2018-09-302-26/+0
| * | | Fix -Wunused-variableMarko Mäkelä2018-09-301-1/+3
| * | | memory leak when updating @@rocksdb_update_cf_optionsSergei Golubchik2018-09-281-0/+5
| * | | ASAN error when strlen(db) < 6Sergei Golubchik2018-09-281-1/+2
| * | | mtr: uninitialized warning (if --manual-gdb or --boot-gdb)Sergei Golubchik2018-09-281-1/+1
| * | | Update test result (after galera library upgrade?)Sergei Golubchik2018-09-281-1/+57
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2018-09-28436-196647/+9692
| |\ \ \ | | |/ / | |/| |
| | * | update libmariadbSergei Golubchik2018-09-241-0/+0
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-2473-574/+1662
| | |\ \
| | | * \ Merge branch '10.0' into 10.1Sergei Golubchik2018-09-2332-319/+542
| | | |\ \
| | | | * | tokudb: create and destroy TOKUDB_SHARE::_open_tables_mutex dynamicallySergei Golubchik2018-09-222-6/+8
| | | | * | sanitize tokudb locking macrosSergei Golubchik2018-09-221-8/+8
| | | | * | Merge remote-tracking branch 'origin/5.5' into bb-10.0-barbb-10.0-barAlexander Barkov2018-09-212-2/+6
| | | | |\ \
| | | | | * | Fixing the comment not to mention the removed class Item_copy_int.Alexander Barkov2018-09-211-1/+1
| | | | | * | A cleanup for MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-211-1/+5
| | | | * | | Merge 5.5 into 10.0Marko Mäkelä2018-09-211-1/+2
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Pull request #868: MDEV-17248 Improve ASAN memory pool instrumentationMarko Mäkelä2018-09-212-3/+4
| | | | | |\ \
| | | | | | * | MDEV-17248 Improve ASAN memory pool instrumentationEugene Kosov2018-09-212-3/+4
| | | | * | | | After-merge cleanup: adjust the test to work in 10.0Alexander Barkov2018-09-212-2/+13
| | | | * | | | Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-2123-305/+479
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | MDEV-17250 Remove unused Item_copy_xxxAlexander Barkov2018-09-202-265/+0
| | | | | * | | MDEV-17244 MAKETIME(900,0,0.111) returns a wrong resultAlexander Barkov2018-09-203-3/+145
| | | | | * | | MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-2013-32/+219
| | | | | |/ /
| | | | | * | MDEV-16741 Assertion `m_extra_cache' failed in ha_partition::late_extra_cacheEugene Kosov2018-09-104-1/+21
| | | | | * | Bug#27230925: HANDLE_FATAL_SIGNAL (SIG=11) IN SHOW_ROUTINE_GRANTSSergei Golubchik2018-09-042-0/+42
| | | | | * | Bug#27407480: AUTOMATIC_SP_PRIVILEGES REQUIRES NEED THE INSERT PRIVILEGES FOR...Sergei Golubchik2018-09-043-2/+40
| | | | * | | MDEV-14410 - Assertion `table->pos_in_locked_tables == __null ||Sergey Vojtovich2018-09-184-1/+39
| | | | * | | Update contributorsIan Gilfillan2018-09-103-3/+9
| | | * | | | MDEV-17276: Adjust Galera tests after Galera library 25.3.24Jan Lindström2018-09-233-0/+5
| | | * | | | Adjust disabled Galera tests.Jan Lindström2018-09-233-3/+4
| | | * | | | MDEV-15805: Test failure on galera.query_cacheJan Lindström2018-09-233-50/+117
| | | * | | | MDEV-13873: galera.galera_suspend_slave failed in buildbot with wrong error codeJan Lindström2018-09-192-0/+5