summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-16172: Disable failing rpl testsMarko Mäkelä2018-05-171-0/+2
* MDEV-16172: Enable skipped testsMarko Mäkelä2018-05-1710-46/+0
* Merge 10.2 into 10.3Marko Mäkelä2018-05-1742-31/+2366
|\
| * BUG#22385442 - INNODB: DIFFICULT TO FIND FREE BLOCKS IN THE BUFFER POOLShaohua Wang2018-05-162-0/+67
| * - Adjusted the test case for MariaDBThirunarayanan Balathandayuthapani2018-05-161-0/+3
| * Bug#21628087 innodb_log_checkpoint_now not fully compatible with WL#7142Marko Mäkelä2018-05-162-0/+48
| * Move the test case from innodb.alter_page_sizeThirunarayanan Balathandayuthapani2018-05-164-55/+49
| * Bug #19077964 ASSERT PAGE_SIZE.EQUALS_TO SPACE_PAGE_SIZE BTR_COPY_BLOB_PREFIXAnnamalai Gurusami2018-05-162-0/+55
| * Adjust the alter_foreign_crash test case for MariaDBThirunarayanan Balathandayuthapani2018-05-162-7/+8
| * Bug #20476395 DICT_LOAD_FOREIGNS() FAILED IN COMMIT_INPLACE_ALTER_TABLEAnnamalai Gurusami2018-05-162-0/+62
| * Adjust the tests for MariaDB.Thirunarayanan Balathandayuthapani2018-05-162-51/+37
| * Bug#19330255 WL#7142 - CRASH DURING ALTER TABLE LEADS TO DATA DICTIONARY INCO...Marko Mäkelä2018-05-163-0/+251
| * MDEV-14695: Assertion `n < m_size' failed in Bounds_checked_array<Element_typ...Varun Gupta2018-05-162-0/+18
| * Updated list of unstable tests for 10.2.15Elena Stepanova2018-05-151-118/+120
| * MDEV-15461 Check Constraints with binary logging makes insert inconsistentMonty2018-05-152-0/+65
| * disable galera.pxc-421 testSergei Golubchik2018-05-151-0/+1
| * MDEV-16110 ALTER with ALGORITHM=INPLACE breaks temporary table with virtual c...Sergei Golubchik2018-05-152-0/+20
| * MDEV-14750 Valgrind Invalid read, ASAN heap-use-after-free in Item_ident::pri...Sergei Golubchik2018-05-152-0/+21
| * MDEV-15755 Query crashing MariaDB in cleanup_after_querySergei Golubchik2018-05-152-0/+377
| * MDEV-16142: Update the InnoDB version number to 5.7.22Marko Mäkelä2018-05-151-1/+1
| * MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-142-0/+251
| * Bug 27122803 - BACKPORT FIX FOR BUG 25899959 TO MYSQL-5.7Marko Mäkelä2018-05-142-0/+21
| * MDEV-16090: Server crash in in Item_func_in::val_int or assertion `in_item'Galina Shalygina2018-05-122-0/+31
| * MDEV-16088: Pushdown into materialized views/derived tables doesn'tGalina Shalygina2018-05-124-4/+500
* | MDEV-14669 Assertion `file->trn == trn' failed in ha_maria::start_stmtMonty2018-05-162-0/+44
* | MDEV-16186 Concatenation operator || returns wrong results in sql_mode=ORACLEAlexander Barkov2018-05-164-0/+202
* | MDEV-15813 ASAN use-after-poison in hp_hashnr upon HANDLER READ on a versione...Alexey Botchkov2018-05-166-3/+88
* | MDEV-16172 Remove InnoDB 5.7 version number from MariaDB 10.3 onwardsMarko Mäkelä2018-05-153-11/+1
* | Fix of the test after null processing fix.Oleksandr Byelkin2018-05-151-1/+0
* | MDEV-15576: Server crashed in Cached_item_str::cmp / sortcmp or Assertion `it...Oleksandr Byelkin2018-05-152-0/+31
* | MDEV-16170 Server crashes in Item_null_result::type_handler on SELECT with RO...Monty2018-05-152-0/+20
* | MDEV-15465 Server crash or ASAN heap-use-after-free in Item_func_match::clean...Alexey Botchkov2018-05-152-0/+61
* | MDEV-15965 Invisible columns and LOAD DATA don't work well together:... ER_WA...Sachin Setiya2018-05-152-0/+86
* | MDEV-16094 Crash when using AS OF with a stored functionAlexander Barkov2018-05-154-1/+441
* | Adjusted test results after mdev-15159.Igor Babaev2018-05-141-3/+3
* | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...Jacob Mathew2018-05-142-0/+251
|\ \
| * | MDEV-16101: ADD PARTITION on table partitioned by list does not work with mor...bb-10.3-MDEV-16101Jacob Mathew2018-05-142-0/+251
* | | MDEV-15159 NULL is treated as 0 in CTEIgor Babaev2018-05-142-0/+37
* | | MDEV-16152 Expressions with INTERVAL return bad results in some casesAlexander Barkov2018-05-144-0/+103
* | | MDEV-15970 Crash when doing truncate on locked sequenceMichael Widenius2018-05-142-1/+17
* | | Don't report errors from open_table() twiceMichael Widenius2018-05-144-6/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-1218-12/+504
|\ \ \ | | |/ | |/|
| * | dict_create_index_tree_in_mem(): Remove dead codebb_georg_10.2Marko Mäkelä2018-05-122-0/+15
| * | After-merge fixMarko Mäkelä2018-05-121-0/+33
| * | Adjust the test case for MariaDBMarko Mäkelä2018-05-112-8/+9
| * | Bug #27304661 MYSQL CRASH DOING SYNC INDEX ] [FATAL] INNODB: SEMAPHORE WAIT H...Aditya A2018-05-112-0/+66
| * | Bug #26805833 INNODB COMPLAINS OF SYNTAX ERROR, BUT DOES NOT SAY WHICH OPTIONSachin Agarwal2018-05-111-0/+1
| * | Adjust the test case for MariaDBMarko Mäkelä2018-05-112-43/+40
| * | Bug #26731689 FK ON TABLE WITH GENERATED COLS: ASSERTION POS < N_DEFSachin Agarwal2018-05-112-0/+171
| * | Add a test case for a MySQL 5.7 bug that did not affect MariaDBMarko Mäkelä2018-05-112-0/+23