summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* srv_get_active_thread_type(): Remove a potential race condition.bb-10.2-MDEV-11035Marko Mäkelä2017-01-311-7/+12
* Remove a work-around for MDEV-11689.Marko Mäkelä2017-01-311-16/+17
* Rewrite the innodb.log_file_size test with DBUG_EXECUTE_IF.Marko Mäkelä2017-01-3112-216/+177
* MDEV-11035: Restore removed disallow-writes for GaleraJan Lindström2017-01-313-9/+38
* take into account scientific notation of floats in regex_replaceSergei Golubchik2017-01-301-1/+1
* Fix a suppression that did not work on Windows.Marko Mäkelä2017-01-301-1/+1
* Do not remove the master error log file.Marko Mäkelä2017-01-301-1/+0
* InnoDB: don't pthread_join() a thread that wasn't createdSergei Golubchik2017-01-301-1/+3
* remove a race-condition prone assertionSergei Golubchik2017-01-301-1/+0
* MDEV-11611 fix Ninja buildSergei Golubchik2017-01-291-2/+2
* MDEV-11708 cmake -DWITH_ASAN no longer worksSergei Golubchik2017-01-291-6/+6
* skip innodb.log_corruption test if no unzip executable is foundSergei Golubchik2017-01-2912-9/+15
* Fixed bug mdev-10773.Igor Babaev2017-01-285-1/+108
* mysqlbinlog memory leaksSergei Golubchik2017-01-281-4/+5
* cleanup: thd_destructor_proxySergei Golubchik2017-01-281-6/+11
* Import and adjust the InnoDB redo log tests from MySQL 5.7.Marko Mäkelä2017-01-2722-6/+1214
* Clean up a few tests that kill the server.Marko Mäkelä2017-01-278-50/+22
* Fix test failure on innodb-trim.Jan Lindström2017-01-271-8/+8
* MDEV-11915 Detect InnoDB system tablespace size mismatch earlyMarko Mäkelä2017-01-271-100/+68
* MDEV-11814 Refuse innodb_read_only startup if crash recovery is neededMarko Mäkelä2017-01-274-6/+228
* Fix a test.Marko Mäkelä2017-01-273-3/+1
* Fix test failure on innodb-trim.Jan Lindström2017-01-271-0/+10
* Fix test failure on innodb-wl5522Jan Lindström2017-01-272-0/+4
* Fix test failure on gcol.innodb_virtual_basic.Jan Lindström2017-01-271-1/+1
* Fix the code to determine sector size on Windows volume.Vladislav Vaintroub2017-01-261-16/+51
* increase default for max threads in the pool to max allowed value (64K) curre...Vladislav Vaintroub2017-01-265-23/+23
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-265-50/+147
* MDEV-11849: Fix storage/innobase/* compile warningsJan Lindström2017-01-2628-125/+86
* MDEV-11850: Can't create foreign key referencing a virtual columnJan Lindström2017-01-263-6/+175
* Fix a test.Marko Mäkelä2017-01-253-4/+4
* Import and adjust a test from MySQL 5.7.Marko Mäkelä2017-01-252-0/+67
* Replace fil_node_t::is_open with fil_node_t::is_open().Marko Mäkelä2017-01-253-26/+32
* Fix fil_ibd_open() on Windows.Marko Mäkelä2017-01-251-0/+3
* buf_page_t is class on 10.2 not struct.Jan Lindström2017-01-251-1/+1
* Fix compiler error on x86.Jan Lindström2017-01-252-6/+9
* MDEV-11905: encryption.innodb-discard-import test failsJan Lindström2017-01-253-4/+16
* MDEV-10942: innodb_zip.innochecksum_3, innodb_zip.innochecksum_2Jan Lindström2017-01-252-4/+2
* Fix compiler error on x86.Jan Lindström2017-01-251-1/+1
* Fixed bug mdev-11820.Igor Babaev2017-01-243-0/+148
* MDEV-11557 Port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-252-16/+20
* MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-243-19/+24
* MDEV-11108: adjusted test resultsVarun Gupta2017-01-242-0/+26
* MDEV-11557 port MySQL-5.7 JSON tests to MariaDB.Alexey Botchkov2017-01-2410-203/+6288
* Native AIO should also punch_hole if available.Jan Lindström2017-01-241-1/+1
* MDEV-11848 Automatic statement repreparation changes query semanticsAlexander Barkov2017-01-245-7/+47
* MDEV-11780 Crash with PREPARE + SP out parameter + literalAlexander Barkov2017-01-244-2/+66
* Fix compiler error on native AIO.Jan Lindström2017-01-241-1/+0
* MDEV-11879: Duplicate option innochecksum -l (--log, --leaf)Jan Lindström2017-01-241-2/+2
* MDEV-11254: innodb-use-trim has no effect in 10.2Jan Lindström2017-01-2434-336/+885
* MDEV-11042 Implement GeoJSON functions.Alexey Botchkov2017-01-2410-8/+1147