summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-12547 InnoDB FULLTEXT index has too strict innodb_ft_result_cache_limitbb-10.2-mdev-12547Thirunarayanan Balathandayuthapani2018-07-163-3/+6
* MDEV-16664: Change the default to innodb_lock_schedule_algorithm=fcfsMarko Mäkelä2018-07-072-3/+3
* MDEV-15855 Deadlock between purge thread and DDL statementThirunarayanan Balathandayuthapani2018-07-0614-164/+633
* MDEV-14188 mariabackup.incremental_encrypted wrong resultMarko Mäkelä2018-07-062-0/+2
* Removed the test case for MDEV-15151 for the following reasons:Igor Babaev2018-07-052-52/+0
* Clean up a testMarko Mäkelä2018-07-052-7/+7
* MDEV-15855: Use atomics for dict_table_t::n_ref_countThirunarayanan Balathandayuthapani2018-07-056-25/+18
* Implement a parameter for wait_all_purged.incMarko Mäkelä2018-07-052-2/+10
* Fix warnings about possibly uninitialized variablesMarko Mäkelä2018-07-052-2/+2
* MDEV-16629 "Table Does Not Exist" Error from Recursive CTE Query Inside FunctionIgor Babaev2018-07-053-1/+133
* MDEV-16571 - some backup tests sometimes with missing data after restore.Vladislav Vaintroub2018-07-023-5/+1
* MDEV-16630: Ambiguous error message when check constraint matches table nameAnel Husakovic2018-07-015-9/+72
* amend fix for MDEV-16596 - do not use CREATE_NEW flag when reopening redo log...Vladislav Vaintroub2018-07-011-0/+1
* MDEV-16596 : Windows - redo log does not work on native 4K sector disks.Vladislav Vaintroub2018-06-302-31/+68
* Merge branch '10.1' into 10.2Sergei Golubchik2018-06-287-10/+50
|\
| * MDEV-16615 ASAN SEGV in handler::print_error or server crash after error upon...Sergei Golubchik2018-06-283-2/+13
| * MDEV-14014 Multi-Slave Replication Fail: bogus data in log eventAndrei Elkin2018-06-282-1/+37
| * mark ed25519 stableSergei Golubchik2018-06-282-2/+2
| * Merge branch '10.0' into 10.1Sergei Golubchik2018-06-281-2/+0
| |\
| | * remove double-countingSergei Golubchik2018-06-281-2/+0
| | * MDEV-8540 - Crash on server shutdown since 10.0.16Sergey Vojtovich2018-06-271-1/+6
| * | MDEV-15607: mysqld crashed few after node is being joined with sstJan Lindström2018-06-271-4/+37
* | | Innodb : do not use errno on Windows to print os_file_pwrite() error.Vladislav Vaintroub2018-06-281-3/+3
* | | make plugins.processlist more robustSergei Golubchik2018-06-282-5/+4
* | | MDEV-14014 Multi-Slave Replication Fail: bogus data in log eventAndrei Elkin2018-06-282-1/+37
* | | MDEV-16473 WITH statement throws 'no database selected' errorSergei Golubchik2018-06-288-45/+13
* | | This is another attempt to fix mdev-16473.Igor Babaev2018-06-286-4/+27
* | | Pretty-print table names in some error messagesMarko Mäkelä2018-06-273-6/+5
* | | Correction for the patch to fix mdev-16473.Igor Babaev2018-06-262-2/+2
* | | Merge 10.1 into 10.2Marko Mäkelä2018-06-2611-9/+188
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2018-06-2610-9/+184
| |\ \ | | |/
| | * MDEV-15953 Alter InnoDB Partitioned Table ignores pre-existing DATA DIRECTORY...Marko Mäkelä2018-06-264-0/+123
| | |\
| | | * MDEV-15953 Alter InnoDB Partitioned Table Moves Files (which were originally ...Eugene Kosov2018-06-264-0/+123
| | * | MDEV-15242 Poor RBR update performance with partitioned tablesAndrei Elkin2018-06-253-6/+11
| | * | MDEV-16507 SIGSEGV when use_stat_tables = preferably andIgor Babaev2018-06-233-4/+48
* | | | bump the VERSIONDaniel Bartholomew2018-06-261-1/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-06-2610-77/+119
|\ \ \ \ | |/ / /
| * | | MDEV-16515 InnoDB: Failing assertion: ++retries < 10000 in fileMarko Mäkelä2018-06-2610-73/+118
* | | | MDEV-16473 WITH statement throws 'no database selected' errorIgor Babaev2018-06-266-5/+94
* | | | Optimize charset tracking a bit.bb-10.2-MDEV-15477Oleksandr Byelkin2018-06-253-19/+15
* | | | MDEV-15477: SESSION_SYSVARS_TRACKER does not track last_gtidOleksandr Byelkin2018-06-259-28/+92
* | | | Session tracking info support in mysqltest (port from mysql)Oleksandr Byelkin2018-06-254-1/+163
* | | | Reset connection support in mysqltest (port from mysql)Oleksandr Byelkin2018-06-253-0/+58
* | | | Updated list of unstable tests for 10.2.16mariadb-10.2.16Elena Stepanova2018-06-251-77/+142
* | | | MDEV-12574 MAX(old_decimal) produces a column of the old DECIMAL typeAlexander Barkov2018-06-254-9/+77
* | | | update C/CSergei Golubchik2018-06-241-0/+0
* | | | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2018-06-242-12/+16
|\ \ \ \
| * | | | - Fix MDEV-16167 Cannot insert unsigned values into a VEC tableOlivier Bertrand2018-06-183-29/+16
* | | | | fix mroonga post-install scriptSergei Golubchik2018-06-241-3/+3
* | | | | MDEV-14560 Extra engines enabled through additional config are not loaded on ...Sergei Golubchik2018-06-242-7/+16