summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14398 When innodb_encryption_rotate_key_age=0 is set,bb-10.2-mdev-14398Thirunarayanan Balathandayuthapani2018-08-0114-145/+161
* MDEV-16054 simple json functions flatline cpu on garbage input.Alexey Botchkov2018-07-313-0/+15
* MDEV-16809 Allow full redo logging for ALTER TABLEmleich12018-07-302-0/+104
* MDEV-16614 signal 7 after calling stored procedure, that uses regexpAlexander Barkov2018-07-264-21/+105
* MDEV-15087 Item_func::fix_fields:Igor Babaev2018-07-253-7/+51
* MDEV-16809 Allow full redo logging for ALTER TABLEMarko Mäkelä2018-07-2612-103/+291
* Remove pointer indirection for BtrBulk::m_page_bulksMarko Mäkelä2018-07-264-31/+17
* Remove unused BtrBulk::m_heapMarko Mäkelä2018-07-262-10/+0
* Remove pointer indirection for PageBulk::m_mtrMarko Mäkelä2018-07-262-36/+32
* PageBulk: Remove dead codeMarko Mäkelä2018-07-262-6/+3
* Remove mtr_set_flush_observer()Marko Mäkelä2018-07-262-20/+9
* MDEV-16820 Lost 'Impossible where' from query with inexpensive subqueryIgor Babaev2018-07-259-0/+123
* MDEV-16713 Hangs server with repeating log entryThirunarayanan Balathandayuthapani2018-07-254-0/+39
* MDEV-16821 Set password for user makes rpl test to failSachin2018-07-254-8/+8
* MDEV-16814 CREATE TABLE SELECT JSON_QUOTE(multibyte_charset_expr) makes a fie...Alexander Barkov2018-07-243-2/+24
* MDEV-15786: ERROR 1062 (23000) at line 365: Duplicate entry 'spider' for key ...Jacob Mathew2018-07-231-3/+21
* row_purge_poss_sec(): Add debug instrumentationMarko Mäkelä2018-07-231-2/+14
* MDEV-15855 cleanup: Privatize purge_vcol_info_tMarko Mäkelä2018-07-233-13/+50
* Follow-up to MDEV-15855: Remove bogus debug assertionsMarko Mäkelä2018-07-231-3/+0
* MDEV-16779 Assertion !rw_lock_own failed upon purgeThirunarayanan Balathandayuthapani2018-07-232-1/+4
* ut_print_buf_hex(): Correctly dump the hexMarko Mäkelä2018-07-231-1/+1
* Reduce the number of rw_lock_own() callsMarko Mäkelä2018-07-2311-59/+49
* Corrected and added back the test case for MDEV-15151.Igor Babaev2018-07-202-0/+65
* MDEV-16192 Table 't' is specified twice, both as a target for 'CREATE' and...Sachin2018-07-187-2/+37
* 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