summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-302034-109660/+179131
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291904-108742/+172483
| |\
| | * bump the VERSIONDaniel Bartholomew2017-11-281-1/+1
| | * Fix some integer type mismatch warningsMarko Mäkelä2017-11-281-2/+2
| | * Windows, generic threadpool cleanupsVladislav Vaintroub2017-11-281-52/+77
| | * Additions to the list of unstable tests for 10.2.11mariadb-10.2.11Elena Stepanova2017-11-271-0/+7
| | * Fix warning.Vladislav Vaintroub2017-11-241-1/+1
| | * Fixed build failure with PFS disabledSergey Vojtovich2017-11-241-0/+1
| | * Merge remote-tracking branch 'origin/10.1' into 10.2Vladislav Vaintroub2017-11-242-4/+5
| | |\
| | | * Fix Windows build with -DPLUGIN_PERFSCHEMA=NOVladislav Vaintroub2017-11-242-4/+4
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-11-2411-9/+112
| | |\ \ | | | |/
| | | * MDEV-14447 mariabackup incremental incorrectly extends system tablespaceVladislav Vaintroub2017-11-245-5/+90
| | | * Fix typo, and disable own dtrace proibes on Solaris, really.Vladislav Vaintroub2017-11-211-1/+1
| | | * Fix compile error.wlad2017-11-211-1/+1
| | | * MDEV-14283 : Fix Solaris 10 build.wlad2017-11-215-2/+21
| | | * MDEV-14283 : Fix compilation of mariabackup for gcc3.xVladislav Vaintroub2017-11-211-1/+1
| | * | MDEV-14499 Mariabackup 10.2 fails to back up a multi-file InnoDB system table...Marko Mäkelä2017-11-243-44/+1
| | * | Update C/C to fix unit tests with clangVladislav Vaintroub2017-11-241-0/+0
| | * | MDEV-14483 Export _mysl_client_plugin_declaration from auth_gssapi_client.soVladislav Vaintroub2017-11-241-0/+0
| | * | Updated list of unstable tests for 10.2.11Elena Stepanova2017-11-241-101/+95
| | * | MDEV-12012. Post-push attempt to catch failure in rpl_gtid_delete_domain fail...Andrei Elkin2017-11-232-1/+43
| | * | MDEV-4697 UPDATE_TIME field for InnoDBMarko Mäkelä2017-11-235-0/+592
| | |\ \
| | | * | Adjust the tests for MariaDB, and optimize themMarko Mäkelä2017-11-234-412/+240
| | | * | Import WL#6658 update_time tests from MySQL 5.7Marko Mäkelä2017-11-235-0/+764
| | |/ /
| | * | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2017-11-228-78/+113
| | |\ \
| | | * | - Fix MDEV-13860 CONNECT engine does not build with JDBC without ODBC.Olivier Bertrand2017-11-031-1/+1
| | | * | - Change inihandl from c to c++.Olivier Bertrand2017-10-311-1/+1
| | | * | Change inihandl from c to cpp (to accept bool)Olivier Bertrand2017-10-311-17/+18
| | | * | - Fix MDEV-13925: Actually this fixes SELECT queries whenOlivier Bertrand2017-10-316-60/+94
| | * | | MDEV-13550 Copy ctor instread of memcpy() in partition_info::get_clone() (#436)Aleksey Midenkov2017-11-221-2/+1
| | * | | remove dead codeSergei Golubchik2017-11-221-2/+3
| | * | | Fix the build on OpenBSD (#488)David Carlier2017-11-223-2/+7
| | * | | don't `git submodule update` from rocksdb/CMakeLists.txt (#492)Sergei Golubchik2017-11-211-7/+0
| | * | | MDEV-14256 MariaDB 10.2.10 can't SST with xtrabackup-v2Sergei Golubchik2017-11-211-2/+2
| | * | | MDEV-14268 Executable C source code files?Sergei Golubchik2017-11-212-0/+0
| | * | | MDEV-14428 main.cte_nonrecursive failed in --embeddedSergei Golubchik2017-11-214-110/+110
| | * | | Merge branch '10.1' into 10.2Sergei Golubchik2017-11-211859-108326/+171303
| | |\ \ \ | | | | |/ | | | |/|
| | | * | never add new error messages to old GA releases!Sergei Golubchik2017-11-193-11/+9
| | | * | Fix the build on OpenBSD (#488)David Carlier2017-11-173-10/+10
| | | * | mroonga after-merge test fixesSergei Golubchik2017-11-178-13/+15
| | | * | MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-164-2/+16
| | | * | MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+22
| | | * | MDEV-9510 Segmentation fault in binlog thread causes crashAndrei Elkin2017-11-153-2/+33
| | | * | MDEV-12012/MDEV-11969 Can't remove GTIDs for a stale GTID Domain IDAndrei Elkin2017-11-1520-77/+772
| | | * | bump the VERSIONDaniel Bartholomew2017-11-141-1/+1
| | | * | MDEV-13936: Server crashes in Time_and_counter_tracker::incr_loopsOleksandr Byelkin2017-11-145-19/+93
| | | * | MDEV-14205 Windows : fix race condition writing into error log and setvbufmariadb-10.1.29Vladislav Vaintroub2017-11-131-3/+0
| | | * | mroonga after-merge CMakeLists.txt fixesSergei Golubchik2017-11-134-1159/+3
| | | * | Updated list of unstable tests for 10.1.29 releaseElena Stepanova2017-11-101-126/+117
| | | * | Merge branch 'github/10.0-galera' into 10.1Sergei Golubchik2017-11-1015-29/+592
| | | |\ \