summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18943: Group Concat with limit not working with viewsVarun Gupta2019-05-032-0/+26
* Merge 10.2 into 10.3Marko Mäkelä2019-05-025-9/+164
|\
| * MDEV-14398 innodb_encryption_rotate_key_age=0 causes innodb_encrypt_tables to...bb-10.2-MDEV-14398-alternativeThirunarayanan Balathandayuthapani2019-05-025-9/+159
* | Merge 10.2 into 10.3Marko Mäkelä2019-05-024-18/+91
|\ \ | |/
| * 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-17655 Inconsistent grant-name usage between grant-statement and privileg...Aleksey Midenkov2019-05-0215-63/+63
* | Adjust the result for join_cache.testVarun Gupta2019-05-021-3/+3
* | MDEV-9959: A serious MariaDB server performance bugVarun Gupta2019-04-306-7/+91
* | MDEV-10307 CAST(11068046444225730969 AS SIGNED) does not return a warningAlexander Barkov2019-04-303-0/+27
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-295-0/+113
|\ \ | |/
| * 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
* | Merge 10.2 into 10.3Marko Mäkelä2019-04-2711-2/+291
|\ \ | |/
| * 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.2 into 10.3Marko Mäkelä2019-04-2521-2/+911
|\ \ | |/
| * 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-19239 ERROR 1300 (HY000): Invalid utf8 character string in 10.3.13-MariaDBAlexander Barkov2019-04-212-0/+143
* | | | Backporting from 10.4 to 10.3: MDEV-17325 NULL-ability problems with LEAST() ...Alexander Barkov2019-04-204-1/+216
* | | | MDEV-18096 The server would crash when has configs rpl_semi_sync_master_enabl...Andrei Elkin2019-04-193-0/+23
* | | | MDEV-18092 Query with the table I_S.PARAMETERS stop working after a package i...Alexander Barkov2019-04-182-0/+71
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-177-8/+173
|\ \ \ \ | |/ / /
| * | | 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
* | | | MDEV-19236 Improve error message for ER_ALTER_OPERATION_NOT_SUPPORTED_REASON_...Eugene Kosov2019-04-126-7/+7
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-081-6/+2
|\ \ \ \ | |/ / /
| * | | Require --big-test for innodb.undo_truncate_recoverMarko Mäkelä2019-04-081-6/+2
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-076-4/+34
|\ \ \ \ | |/ / /
| * | | MDEV-18309: InnoDB reports bogus errors about missing #sql-*.ibd on startupMarko Mäkelä2019-04-071-1/+5