summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Daniel Black2021-02-253-4/+167
|\
| * MDEV-24910 Crash with SELECT that uses table value constructor as a subselectIgor Babaev2021-02-243-4/+167
* | Merge branch 'github/10.4' into 10.4Sergei Golubchik2021-02-233-0/+8
|\ \
| * | MDEV-24114 SHOW CREATE USER doesnt display correct password expiry statusRobert Bindar2021-02-233-0/+8
* | | Merge branch '10.3' into 10.4Sergei Golubchik2021-02-2346-1183/+1312
|\ \ \ | | |/ | |/|
| * | MDEV-24929 Server crash in thr_multi_unlock or in get_schema_tables_resultMonty2021-02-222-0/+23
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-2243-1184/+1085
| |\ \
| | * | fix binlog_xa_recover testSergei Golubchik2021-02-223-42/+3
| | * | cleanup: renames, no need to create a new .inc fileSergei Golubchik2021-02-225-283/+281
| | * | mtr fixes for old (5.10.1) perlSergei Golubchik2021-02-221-4/+5
| | * | support for mtr --valgdbSergei Golubchik2021-02-221-3/+20
| | * | unify mtr handling of debuggersSergei Golubchik2021-02-222-750/+276
| | * | cleanup: remove dead code in mtrSergei Golubchik2021-02-221-13/+1
| | * | Merge branch 'bb-10.2-release' into 10.2Sergei Golubchik2021-02-2217-314/+24
| | |\ \
| | * | | Suppress warning on galera_ssl_upgrade test.Jan Lindström2021-02-222-0/+9
| | * | | MDEV-24867 : wsrep.variables MTR failed: Result length mismatchJan Lindström2021-02-172-14/+2
| | * | | MDEV-15641 fixup: Make the test fasterMarko Mäkelä2021-02-162-16/+4
| | * | | MDEV-23291: SUM column from a derived table returns invalid valuesVarun Gupta2021-02-162-0/+31
| | * | | MDEV-24779: main.subselect fails in buildbot with --ps-protocolVarun Gupta2021-02-162-0/+22
| | * | | MDEV-19474: Histogram statistics are used even with optimizer_use_condition_s...Varun Gupta2021-02-163-0/+95
| | * | | Remove useless test innodb.innodb_bug60049Marko Mäkelä2021-02-153-58/+0
| | * | | MDEV-11862 rpl.rpl_semi_sync_event_after_sync 'fails if there is no semisync...Alice Sherepa2021-02-153-0/+3
| | * | | MDEV-24763 fixup: Use deterministic ORDER BYMarko Mäkelä2021-02-122-2/+2
| | * | | MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-122-0/+31
| | * | | MDEV-18468 fixup: Make test case robust w.r.t. deferred DROP TABLEMarko Mäkelä2021-02-122-4/+19
| | * | | MDEV-19950: Galera test failure on galera_ssl_upgradeJulius Goryavsky2021-02-115-4/+27
| | * | | Update Galera disabled.defJan Lindström2021-02-112-0/+3
| | * | | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-083-13/+137
| | * | | Make innodb_gis.rtree_purge run fasterMarko Mäkelä2021-02-071-4/+2
| | * | | MDEV-22741: *SAN: ERROR: AddressSanitizer: use-after-poison on address in ins...Sujatha2021-02-032-0/+11
| | * | | MDEV-23449: alias do not exist and a query do not report an errorVarun Gupta2021-01-312-0/+19
| | * | | MDEV-22583: Selectivity for BIT columns in filtered column for EXPLAIN is inc...Varun Gupta2021-01-303-0/+66
| | * | | MDEV-11172: EXPLAIN shows non-sensical value for key_len with type=indexVarun Gupta2021-01-302-0/+35
| | * | | List of unstable tests for 10.2.37 releaseElena Stepanova2021-01-291-183/+111
| * | | | Merge branch 'bb-10.3-release' into 10.3Sergei Golubchik2021-02-22109-825/+2052
| |\ \ \ \
| * | | | | MDEV-24936 EXPLAIN for query based on table value constructor lacks infoIgor Babaev2021-02-222-0/+58
| * | | | | MDEV-22703 DEFAULT() on a BLOB column can overwrite the default recordMonty2021-02-212-1/+33
| * | | | | MDEV-24840 Crash caused by query with IN subquery containing unionIgor Babaev2021-02-102-0/+101
* | | | | | Merge branch 'bb-10.4-release' into 10.4Sergei Golubchik2021-02-23118-988/+2352
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge branch 'bb-10.3-release' into bb-10.4-releasemariadb-10.4.18Sergei Golubchik2021-02-1917-300/+26
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge branch 'bb-10.2-release' into bb-10.3-releasemariadb-10.3.28Sergei Golubchik2021-02-1816-309/+22
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | make @@wsrep_provider and @@wsrep_notify_cmd read-onlymariadb-10.2.37Sergei Golubchik2021-02-1816-311/+22
| * | | | | MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-02-121-1/+1
| * | | | | List of unstable tests for 10.4.18 releaseElena Stepanova2021-02-121-384/+258
| * | | | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-1298-303/+2047
| |\ \ \ \ \ | | |/ / / /
| | * | | | List of unstable tests for 10.3.28 releaseElena Stepanova2021-02-061-180/+101
| | * | | | main.mysqldump test isn't that bigSergei Golubchik2021-02-012-19/+1
| | * | | | Merge branch '10.2' into 10.3Sergei Golubchik2021-02-0193-316/+1927
| | |\ \ \ \ | | | |/ / / | | | | / / | | | |/ / | | |/| |
| | | * | List of unstable tests for 10.2.37 releaseElena Stepanova2021-02-011-183/+111
| | | |/
| | | * MDEV-22251: get_key_scans_params: Conditional jump or move depends on uniniti...Sergei Petrunia2021-01-283-0/+48