summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/10.1' into 10.2Jan Lindström2019-02-282-0/+20
|\
| * MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-254-15/+33
| * MDEV-17942 Assertion `found' failed in remove_ptr_from_dynarray after failed...Vladislav Vaintroub2019-02-202-0/+20
* | MDEV-17725 Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' ...Alexander Barkov2019-02-262-0/+32
* | MDEV-9519: Data corruption will happen on the Galera cluster size changeJulius Goryavsky2019-02-264-16/+47
* | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN...Alexander Barkov2019-02-233-0/+38
* | Backporting MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATAAlexander Barkov2019-02-235-0/+105
* | Backporting MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUT...Alexander Barkov2019-02-234-0/+46
* | MDEV-18639 Assertion failure upon attempt to start with lower number of undo ...Thirunarayanan Balathandayuthapani2019-02-192-1/+3
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-182-0/+24
|\ \ | |/
| * MDEV-18630 Uninitialised value in FOREIGN KEY error messageMarko Mäkelä2019-02-182-0/+25
* | MDEV-18204 Fix rocksdb incremental backupVladislav Vaintroub2019-02-183-0/+58
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-122-0/+2
|\ \ | |/
| * MDEV-18426: Most of the mtr tests in the galera_3nodes suite failJulius Goryavsky2019-02-1216-18/+104
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-112-0/+19
|\ \ | |/
| * MDEV-18016: Cover the no-rebuild case, and remove a bogus debug assertionMarko Mäkelä2019-02-112-0/+19
| * Updated list of unstable tests for 10.1.38 releasemariadb-10.1.38Elena Stepanova2019-02-041-32/+62
* | revert the check changes made in 8f5ea83ff109827748d2f9f5025ed6c6bb91fd80Oleksandr Byelkin2019-02-082-4/+3
* | Updated list of unstable tests for 10.2.22Elena Stepanova2019-02-081-110/+100
* | update test resultSergei Golubchik2019-02-071-3/+3
* | Merge pull request #1160 from tempesta-tech/sysprg/10.2-MDEV-18426Jan Lindström2019-02-0714-15/+103
|\ \
| * | MDEV-18426: Most of the mtr tests in the galera_3nodes suite failJulius Goryavsky2019-02-0614-15/+103
* | | C/C 3.0.9Sergei Golubchik2019-02-062-10/+20
|/ /
* | MDEV-17599 ALTER TABLE DROP CONSTRAINT does not work for foreign keys.Alexey Botchkov2019-02-052-0/+66
* | MDEV-16905 ASAN heap-use-after-free in __interceptor_strnlen / ... / TABLE::v...Sergei Golubchik2019-02-052-0/+16
* | MDEV-18239 ASAN use-after-poison in process_str_arg / ... / mark_unsupported_...Sergei Golubchik2019-02-052-0/+23
* | cleanup: don't ---replace_regex /#sql-.*/#sql-temporary/Sergei Golubchik2019-02-0539-105/+41
* | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-052-0/+16
* | MDEV-18468 merge instant_varchar_enlarge.test and alter_varchar_change.testEugene Kosov2019-02-044-17/+16
* | Merge 10.1 into 10.2Marko Mäkelä2019-02-0323-5816/+235
|\ \ | |/
| * Merge 10.1 into 10.1Marko Mäkelä2019-02-0223-5816/+245
| |\
| | * List of unstable tests for 10.0.38 releasemariadb-10.0.38Elena Stepanova2019-01-291-74/+45
| | * MDEV-18016: Assertion failure on ALTER TABLE after foreign_key_checks=0Marko Mäkelä2019-01-292-0/+20
| | * MDEV-18256 Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-292-0/+19
| | * MDEV-18222: Duplicated call to dict_foreign_remove_from_cache()Marko Mäkelä2019-01-292-0/+25
| | * Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-283-0/+49
| | |\
| | | * disable an old testSergei Golubchik2019-01-281-0/+1
| | | * Crude "auto-load-data-local-infile" modemariadb-5.5.63Sergei Golubchik2019-01-272-0/+48
| | * | Merge branch 'merge-perfschema-5.6' into 10.0Oleksandr Byelkin2019-01-282-2/+7
| | |\ \
| | | * | 5.6.43Oleksandr Byelkin2019-01-242-2/+7
| | | * | 5.6.42Sergei Golubchik2018-10-271-7/+7
| | * | | Merge branch '5.5' into 10.0Oleksandr Byelkin2019-01-285-0/+91
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Bug #28499924: INCORRECT BEHAVIOR WITH UNION IN SUBQUERYSergei Golubchik2019-01-232-0/+42
| | | * | MDEV-17085: CHECKSUM TABLE EXTENDED does not work correctlyOleksandr Byelkin2019-01-163-0/+49
| | * | | MDEV-18255: Server crashes in Bitmap<64u>::intersectVarun Gupta2019-01-242-0/+29
* | | | | MDEV-18281 COM_RESET_CONNECTION changes the connection encodingVladislav Vaintroub2019-02-022-0/+35
* | | | | Some more fixes for --suite=galera_3nodesMarko Mäkelä2019-02-025-1/+53
* | | | | MDEV-18379: IPv6 compatibility changes/Unification of check for IPv6Julius Goryavsky2019-02-0212-9/+37
* | | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-0238-85/+6350
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-17206: Fix the .rdiff file that was broken in MDEV-17804Marko Mäkelä2019-02-011-15/+4