summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify test casebb-10.3-alisqlSergey Vojtovich2017-03-222-118/+13
* Fix transation_timeout test on WindowsVladislav Vaintroub2017-03-212-5/+19
* MDEV-11418 - AliSQL: [Feature] Issue#1 KILL IDLE TRANSACTIONSSergey Vojtovich2017-03-2111-5/+354
* MDEV-11379, MDEV-11388 - [WAIT n|NOWAIT]Sergey Vojtovich2017-03-2022-73/+369
* Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2017-02-06632-25273/+24825
|\
| * Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-02-02437-18921/+18328
| |\
| | * Fixed bug mdev-11867.Igor Babaev2017-02-015-0/+67
| | * Adjusted more tests after the fix for mdev-9976.Igor Babaev2017-02-015-15/+15
| | * Update galera tests to adapt to recent changes in 10.2.Nirbhay Choubey2017-02-0112-17/+30
| | * Fix for MDEV-11174:Georg Richter2017-02-011-0/+3
| | * Clean up a test.Marko Mäkelä2017-02-014-82/+92
| | * Shut down InnoDB after aborted startup.Marko Mäkelä2017-02-0113-162/+146
| | * MDEV-11671 Duplicated message for innodb_page_sizeMarko Mäkelä2017-02-011-18/+10
| | * Actually invoke free() in ut_allocator::deallocate().Marko Mäkelä2017-02-011-8/+5
| | * Make the innochecksum tests more robust.Marko Mäkelä2017-02-017-29/+14
| | * Adjusted tests after the fix for bug mdev-9976.Igor Babaev2017-01-312-9/+9
| | * Fixed bug mdev-9976.Igor Babaev2017-01-314-6/+60
| | * Fixed bug mdev-10875.Igor Babaev2017-01-313-3/+32
| | * MDEV-9979 Keywords UNBOUNDED, PRECEDING, FOLLOWING, TIES, OTHERS should be no...Alexander Barkov2017-01-313-6/+104
| | * srv_get_active_thread_type(): Remove a potential race condition.Marko 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
| | * 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