summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6935d66053b2c9723314d89d5169dcf34ed56c08' into bb-10.2-marko10.2-wlad-mergeVladislav Vaintroub2017-05-05210-1452/+30307
|\
| * MDEV-12591 MariaDB embedded server refuses start with innodb_pluginSergei Golubchik2017-04-271-1/+1
| * MDEV-10594 SSL hostname verification fails for SubjectAltNamesSergei Golubchik2017-04-276-10/+103
| * cleanup: simplify setting of ssl* options in my.cnf templatesSergei Golubchik2017-04-273-56/+10
| * regenerate SSL certificates againSergei Golubchik2017-04-2710-402/+433
| * compiler warningsSergei Golubchik2017-04-275-10/+14
| * .gitignore mariabackupSergei Golubchik2017-04-271-0/+3
| * test failureSergei Golubchik2017-04-272-2/+2
| * mariabackup - do not extend innodb tablespaces in prepare, unlessVladislav Vaintroub2017-04-271-0/+4
| * Xtrabackup 2.3.8Vladislav Vaintroub2017-04-2731-422/+2414
| * add mariabackup to default suitesVladislav Vaintroub2017-04-271-0/+1
| * Make Ninja generator happy with BUILD_BYPRODUCTS.Vladislav Vaintroub2017-04-271-4/+13
| * MDEV-9566 build mariabackup with libarchive for releaseVladislav Vaintroub2017-04-271-0/+4
| * update gitignore with commonly used (by me) out-of-source builddir namesVladislav Vaintroub2017-04-271-0/+4
| * Run mariabackup test on Windows on buildbotVladislav Vaintroub2017-04-271-0/+1
| * SST script for mariabackup.Nirbhay Choubey2017-04-273-0/+1042
| * MDEV-9566 MariaBackup test suiteVladislav Vaintroub2017-04-2740-0/+809
| * MDEV-9566 MariaBackup packagingVladislav Vaintroub2017-04-274-2/+22
| * MDEV-9566 Port Percona Xtrabackup to MariaDB as mariabackupVladislav Vaintroub2017-04-2738-3163/+949
| * MDEV-9566 Add Percona Xtrabackup 2.3.7Vladislav Vaintroub2017-04-2755-0/+26627
| * MDEV-9566 Prepare xtradb for xtrabackupVladislav Vaintroub2017-04-2718-109/+556
| * MDEV-9566 Server code changes in preparation for mariabackupVladislav Vaintroub2017-04-272-14/+20
| * MDEV-9566 prepare mysqltest for mariabackupVladislav Vaintroub2017-04-276-533/+131
| * MDEV-11660 Make encryption plugins "pure"Vladislav Vaintroub2017-04-2717-147/+182
| * MDEV-11663 Create services for functionality used by pluginsVladislav Vaintroub2017-04-2733-144/+537
| * cleanup: don't include *.h files into SQL_SOURCESSergei Golubchik2017-04-271-14/+14
| * bugfix: federated/replication did not increment bytes_received status variableSergei Golubchik2017-04-275-30/+22
| * don't generate wsrep_sst_common in-placeSergei Golubchik2017-04-272-2/+0
* | Merge 10.1 into 10.2Marko Mäkelä2017-05-04187-2901/+3487
|\ \ | |/
| * MDEV-12253: Buffer pool blocks are accessed after they have been freedJan Lindström2017-04-26125-3226/+3132
* | MDEV-10431: Please implement mysqldump --add-drop-trigger from MySQL 5.6Oleksandr Byelkin2017-05-043-1/+74
* | MDEV-12597 Do not print warning about inconsistent slow-log variablesVladislav Vaintroub2017-05-041-8/+0
* | Fixed the bug mdev-11990.Igor Babaev2017-05-036-31/+90
* | MDEV-12469: rocksdb having large numberic storage errors on ppc64 (BE)Daniel Black2017-05-031-0/+7
* | MDEV-12462 SPATIAL index fails to work with CONTAINS.Alexey Botchkov2017-05-0213-31/+47
* | MDEV-12363 Assertion `0' failed in Type_handler_string_result::make_sort_key(...Alexey Botchkov2017-05-023-0/+27
* | MDEV-12351 Assertion `cur_step->type & JSON_PATH_KEY' failed inAlexey Botchkov2017-05-023-0/+10
* | MDEV-12364 Server crashes in __memcpy_sse2_unaligned / String::copy onAlexey Botchkov2017-05-023-1/+12
* | MDEV-8954 unnecessary fetch of entire tableJacob Mathew2017-05-019-0/+221
* | MDEV-10355 Weird error message upon CREATE TABLE with DEFAULTSergei Golubchik2017-04-306-58/+53
* | MDEV-12293 Assertion `table->no_keyread || !table->covering_keys.is_set(tab->...Sergei Golubchik2017-04-303-3/+18
* | Compile user_variables plugin staticallySergei Golubchik2017-04-305-5/+6
* | InnoDB cleanup: remove a bunch of #ifdef UNIV_INNOCHECKSUMSergei Golubchik2017-04-308-256/+73
* | Fixed the bug mdev-12563.Igor Babaev2017-04-286-6/+209
* | MDEV-12602 InnoDB: Failing assertion: space->n_pending_ops == 0Marko Mäkelä2017-04-287-65/+130
* | Merge 10.1 into 10.2Marko Mäkelä2017-04-28152-1011/+4679
|\ \ | |/
| * Fix Galera tests failures on 10.1 and 10.2Sachin Setiya2017-04-251-0/+1
| * Merge pull request #363 from grooverdan/10.1-MDEV-12488-xtradb-os_thread_pfMarko Mäkelä2017-04-241-1/+1
| |\
| | * MDEV-12488: Remove type mismatch in InnoDB printf-like callsDaniel Black2017-04-241-1/+1
| |/
| * Fix a compilation errorMarko Mäkelä2017-04-216-114/+84