summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-03-088-12/+124
|\
| * Fixed that unit.pcre_test works again.Monty2021-03-051-2/+2
| * Merge 10.2 into 10.3Marko Mäkelä2021-03-052-10/+15
| |\
| | * MDEV-22929 fixup. Print "completed OK!" if page corruption and --log-innodb-...Vladislav Vaintroub2021-03-052-10/+15
| * | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-03-045-0/+107
| |\ \ | | |/
| | * MDEV-25032: Window functions without column references get removed from ORDER BYVicențiu Ciorbaru2021-03-043-0/+72
| | * MDEV-24748 extern column check missing in btr_index_rec_validate()Thirunarayanan Balathandayuthapani2021-03-032-0/+35
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-082-0/+281
|\ \ \ | |/ /
| * | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-032-0/+281
* | | Merge 10.3 into 10.4Marko Mäkelä2021-03-0517-10/+235
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-03-038-2/+106
| |\ \ | | |/
| | * MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-022-0/+24
| | * MDEV-25006: Failed assertion on executing EXPLAIN DELETE statement as a prepa...Dmitry Shulga2021-03-022-0/+31
| | * mtr --gdb: fix for --rr and for a warningSergei Golubchik2021-03-012-2/+3
| | * MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...Dmitry Shulga2021-02-252-0/+48
| * | MDEV-24919 Crash with subselect formed by table value constructor andIgor Babaev2021-03-012-0/+12
| * | Fixed unit test to not 'bail out' if some tests are not compiled.Monty2021-03-011-6/+7
| * | MDEV-24958 Server crashes in my_strtod ... with DEFAULT(blob)Monty2021-03-012-0/+53
| * | MDEV-24710 Uninitialized value upon CREATE .. SELECT ... VALUE...Monty2021-03-012-0/+52
| * | MDEV-24965 With ALTER USER ...IDENTIFIED BY command, password doesn't replace...Alexey Botchkov2021-03-011-1/+1
| * | MDEV-24965 With ALTER USER ...IDENTIFIED BY command, password doesn't replace...Alexey Botchkov2021-02-262-0/+4
* | | MDEV-23843 Assertions in Diagnostics_area upon table operations under FTWRLMonty2021-03-022-0/+25
* | | Merge 10.3 into 10.4Marko Mäkelä2021-02-252-1/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-02-252-1/+2
| |\ \ | | |/
| | * Fixed the innodb_ext_key test by adding replace_columnVarun Gupta2021-02-252-1/+2
* | | 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