summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | postmerge rollbacks and fixesOleksandr Byelkin2019-01-312-6/+16
| * | | | Merge branch '10.0-galera' into 10.1Oleksandr Byelkin2019-01-318-15/+5830
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'origin/10.0' into 10.0-galeraJan Lindström2018-11-027-5/+205
| | |\ \ \ \
| | * | | | | Fix merge error on tests.Jan Lindström2018-10-313-78/+82
| | * | | | | Merge remote-tracking branch 'origin/10.0' into bb-10.0-galeraJan Lindström2018-10-3167-130/+1734
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge remote-tracking branch 'origin/5.5-galera' into 10.0-galeraJan Lindström2018-10-3057-123/+7156
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge tag 'mariadb-5.5.62' into 5.5-galeramariadb-galera-5.5.62Jan Lindström2018-10-2951-27/+1307
| | | |\ \ \ \ \ \
| | | * | | | | | | Fix tests affected by new configuration variable on Galera.Jan Lindström2018-10-102-0/+8
| * | | | | | | | | MDEV-18379: Unification of check for IPv6Julius Goryavsky2019-01-2623-58/+264
| * | | | | | | | | MDEV-10963 Fragmented BINLOG queryAndrei Elkin2019-01-244-0/+110
| * | | | | | | | | MDEV-14605 Changes to "ON UPDATE CURRENT_TIMESTAMP" fields are notAndrei Elkin2019-01-242-24/+125
| * | | | | | | | | MDEV-18195 ASAN use-after-poison in my_strcasecmp_utf8 / Item::eq upon prepar...Alexander Barkov2019-01-242-0/+17
* | | | | | | | | | MDEV-17148 DROP DATABASE throw "Directory not empty" after changed lower_case...Alexey Botchkov2019-02-012-0/+16
* | | | | | | | | | MDEV-18194 Incremental prepare tries to access page which is out of tablespac...Thirunarayanan Balathandayuthapani2019-02-012-0/+82
* | | | | | | | | | MDEV-18415 mariabackup.mdev-14447 test case fails with Table 'test.t' doesn't...Thirunarayanan Balathandayuthapani2019-02-012-2/+13
* | | | | | | | | | MDEV-16849 Extending indexed VARCHAR column should be instantaneousThirunarayanan Balathandayuthapani2019-01-302-0/+797
* | | | | | | | | | Merge pull request #1142 from codership/10.2-MDEV-15740Jan Lindström2019-01-288-1/+245
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MDEV-15740 Enabled and recorded galera_gcache_recover_manytrxTeemu Ollakka2019-01-272-1/+29
| * | | | | | | | | | MDEV-15740 Recorded wsrep-recover-v25Teemu Ollakka2019-01-272-0/+45
| * | | | | | | | | | Backported wsrep-recover test from 10.4.Teemu Ollakka2019-01-254-0/+171
* | | | | | | | | | | Don't run tests that check privileges in --embeddedSergei Golubchik2019-01-251-0/+1
* | | | | | | | | | | Fix tests not to fail with OpenSSL 1.1.1 with TLSv1.3Sergei Golubchik2019-01-259-162/+191
* | | | | | | | | | | MDEV-18352 Add a regression test for VARCHAR enlargingMarko Mäkelä2019-01-252-0/+17
|/ / / / / / / / / /
* | | | | | | | | | Merge 10.1 into 10.2Marko Mäkelä2019-01-2417-55/+367
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge 10.0 into 10.1Marko Mäkelä2019-01-244-15/+179
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | * | | | | | | | MDEV-17376 Server fails to set ADD_PK_INDEX, DROP_PK_INDEX if unique index no...Thirunarayanan Balathandayuthapani2019-01-244-15/+179
| | * | | | | | | | MDEV-17803 Row-based event is not applied when table map id is greaterAndrei Elkin2019-01-235-0/+154
| * | | | | | | | | MDEV-17803 side effect resulted in table id advance. A test result file is up...Andrei Elkin2019-01-241-16/+16
| * | | | | | | | | merge 10.0 -> 10.1 to resolve MDEV-17803 conflicts.Andrei Elkin2019-01-233-0/+124