summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18373: DENSE_RANK is not calculated correctlyVarun Gupta2019-05-042-0/+41
* MDEV-14791: Crash with order by expression containing window functionsVarun Gupta2019-05-042-0/+76
* MDEV-17781: Server crashes in next_linear_tabVarun Gupta2019-05-042-0/+32
* MDEV-18544 "missing required privilege PROCESS on *.*" using mariabackup for SSTVladislav Vaintroub2019-05-022-1/+3
* MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-025-9/+159
* MDEV-17654 Incorrect syntax returned for column with CHECK constraint in the ...Anel Husakovic2019-05-012-0/+36
* MDEV-19188 Server Crash When Using a Trigger With A Number of Virtual Columns...Nikita Malyavin2019-04-302-10/+53
* MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manualMarko Mäkelä2019-04-291-0/+2
* MDEV-13626: Add a test caseMarko Mäkelä2019-04-292-0/+83
* MDEV-17456 Malicious SUPER user can possibly change audit log configuration w...Alexey Botchkov2019-04-292-0/+6
* MDEV-19141 server_audit_excl_users accepts only values with less than 1024 ch...Alexey Botchkov2019-04-292-0/+22
* Tests for MDEV-15881 Assertion `is_valid_value_slow()' failed in Datetime::Da...Alexander Barkov2019-04-262-0/+53
* MDEV-19342 Merge new release of InnoDB 5.7.26 to 10.2Marko Mäkelä2019-04-263-2/+64
|\
| * MDEV-12004: Add the Bug#28825718 test caseMarko Mäkelä2019-04-262-1/+63
|/
* MDEV-16518 MYSQL57_GENERATED_FIELD: The code in TABLE_SHARE::init_from_binary...Alexander Barkov2019-04-263-0/+39
* MDEV-17260: Memory leaks in mysqlbinlogSujatha Sivakumar2019-04-262-1/+47
* MDEV-16240: Assertion `0' failed in row_sel_convert_mysql_key_to_innobasebb-10.2-MDEV-16240Oleksandr Byelkin2019-04-252-0/+89
* Merge 10.1 into 10.2Marko Mäkelä2019-04-2519-2/+897
|\
| * Merge 5.5 into 10.1Marko Mäkelä2019-04-244-1/+373
| |\
| | * MDEV-15772 Potential list overrun during XA recoveryThirunarayanan Balathandayuthapani2019-04-242-0/+355
| | * MDEV-18139 ALTER IGNORE ... ADD FOREIGN KEY causes bogus errorMarko Mäkelä2019-04-232-0/+42
| | * MDEV-17610 Unexpected connection abort after certain operations from within s...Vladislav Vaintroub2019-04-042-0/+26
| * | MDEV-17605 Statistics for InnoDB table is wrong if persistent statistics is usedIgor Babaev2019-04-223-0/+192
| * | MDEV-18920 Prepared statements with st_convexhull hang and eat 100% cpu.Alexey Botchkov2019-04-222-0/+10
| * | MDEV-14041 Server crashes in String::length on queries with functions and ROLLUPAlexander Barkov2019-04-222-0/+62
| * | MDEV-17299 Assertion `maybe_null' failed in make_sortkeyAlexander Barkov2019-04-192-0/+39
| * | MDEV-17297: stats.records=0 for a table of Archive engine when it has rows, w...Sergei Petrunia2019-04-182-0/+56
| * | MDEV-17830 Server crashes in Item_null_result::field_type upon SELECT with CH...Alexander Barkov2019-04-172-0/+29
| * | MDEV-18300: ASAN error in Field_blob::get_key_image upon UPDATE with subqueryVarun Gupta2019-04-112-0/+53
| * | MDEV-17610 Unexpected connection abort after certain operations fromVladislav Vaintroub2019-04-042-0/+25
* | | MDEV-15837: Assertion `item1->type() == Item::FIELD_ITEM && item2->type() == ...Varun Gupta2019-04-242-0/+22
* | | MDEV-17796 WHERE filter is ignored by DISTINCT IFNULL(GROUP_CONCAT(X), Y)Igor Babaev2019-04-232-0/+27
* | | MDEV-12699 Improve crash recovery of corrupted data pagesbb-10.2-MDEV-12699Marko Mäkelä2019-04-175-0/+165
* | | MDEV-19241 InnoDB fails to write MLOG_INDEX_LOAD upon completing ALTER TABLEMarko Mäkelä2019-04-172-8/+8
* | | Require --big-test for innodb.undo_truncate_recoverMarko Mäkelä2019-04-081-6/+2
* | | MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startupMarko Mäkelä2019-04-071-1/+5
* | | Re-record results for MTR_FEEDBACK_PLUGIN=1Marko Mäkelä2019-04-072-2/+2
* | | Re-record plugins.feedback_plugin_loadMarko Mäkelä2019-04-061-1/+1
* | | MDEV-19112 WITH clause does not work with information_schema as default databaseIgor Babaev2019-04-052-0/+26
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-048-2/+34
|\ \ \ | |/ /
| * | index_merge_innodb did sometimes give wrong resultsMonty2019-04-048-2/+34
* | | MDEV-18836: Adjust a suppressionMarko Mäkelä2019-04-031-1/+1
* | | MDEV-18733 MariaDB slow start after crash recoveryMarko Mäkelä2019-04-0316-146/+127
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-032-0/+52
|\ \ \ | |/ /
| * | MDEV-18298 Crashes server with segfault during role grantsSergei Golubchik2019-04-022-0/+52
* | | MDEV-19085: Remove a bogus debug assertionMarko Mäkelä2019-04-022-0/+18
* | | Merge 10.1 into 10.2Marko Mäkelä2019-04-021-1/+1
|\ \ \ | |/ /
* | | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-296-0/+114
|\ \ \ | |/ /
| * | Revert MDEV-18464 and MDEV-12009Marko Mäkelä2019-03-283-65/+3
| * | MDEV-12009: Allow to force kill user threads/query which are flagged as high ...Jan Lindström2019-03-283-3/+65