summaryrefslogtreecommitdiff
path: root/mysql-test/main
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch '10.6' into 10.7Vicențiu Ciorbaru2021-07-188-13/+138
|\
| * merge 10.5 to 10.6Vladislav Vaintroub2021-07-164-0/+113
| |\
| | * Revert "MDEV-24248: my_print_defaults is not taking all the values when using...Rucha Deodhar2021-07-152-47/+0
| | * MDEV-24248: my_print_defaults is not taking all the values when using -eRucha Deodhar2021-07-122-0/+47
| | * MDEV-26106: [ERROR] InnoDB: Unlock row could not find a 2 mode lock on the re...Sergei Petrunia2021-07-072-0/+36
| | * mtr: aix disable mysqld--defaults-fileDaniel Black2021-07-061-0/+1
| | * mtr: aix fix mysqld--help - no thread-poolDaniel Black2021-07-061-0/+76
| * | MDEV-26150: The test main.opt_trace fails in case it is run in PS modeDmitry Shulga2021-07-161-4/+3
| * | MDEV-26142: Fix failures of the tests main.features and sys_vars.stored_progr...Dmitry Shulga2021-07-152-4/+22
| * | MDEV-26146: The test main.limit_rows_examined fails in case it is run in PS m...Dmitry Shulga2021-07-141-5/+0
* | | MDEV-12914: Engine for temporary tables which are implicitly created as Rocks...Anel Husakovic2021-07-102-2/+2
|/ /
* | MDEV-22709 Assertion `store.length() <= (256L*256L*256L-1)' failed in net_sen...Sergei Golubchik2021-07-061-0/+6
* | main.lock_kill fails in embeddedSergei Golubchik2021-07-021-0/+4
* | MDEV-25906: SIGSEGV in flush_tables_with_read_lock on FTWRL or FTFE | SIGSEGV...Sergei Golubchik2021-07-024-2/+148
* | MDEV-15888 Implement FLUSH TABLES tbl_name [, tbl_name] ... WITH READ LOCK fo...Sergei Golubchik2021-07-022-0/+60
* | Merge 10.5 into 10.6Marko Mäkelä2021-07-0210-1/+408
|\ \ | |/
| * MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, the squar...Sergei Golubchik2021-07-022-2/+2
| * Merge 10.4 into 10.5Marko Mäkelä2021-07-0210-1/+408
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-07-021-0/+4
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-07-021-0/+4
| | | * mtr: aix - no pool of threadsDaniel Black2021-07-021-0/+1
| | | * MDEV-25894: support AIX as a platform in mtrDaniel Black2021-07-021-0/+0
| | * | mtr: aix - no pool of threadsDaniel Black2021-07-021-0/+1
| | * | MDEV-25894: support AIX as a platform in mtrDaniel Black2021-07-021-0/+0
| | * | MDEV-25969: Condition pushdown into derived table doesn't work if select list...Sergei Petrunia2021-07-012-2/+74
| | * | Merge 10.3 -> 10.4Sergei Petrunia2021-06-308-1/+331
| | |\ \ | | | |/
| | | * Post-merge fix: update derived_cond_pushdown.resultSergei Petrunia2021-06-301-0/+1
| | | * Merge 10.2->10.3Sergei Petrunia2021-06-308-1/+330
| | | * MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-212-0/+38
* | | | MDEV-26054 Server crashes in Item_func_json_arrayagg::get_str_from_fieldSergei Golubchik2021-06-302-0/+22
* | | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, the squar...Sergei Golubchik2021-06-302-2/+2
* | | | fix JSON_ARRAYAGG not to over-quote json in joinsSergei Golubchik2021-06-301-3/+3
* | | | MDEV-25837 Assertion `thd->locked_tables_mode == LTM_NONE' failed in Locked_t...Alexey Botchkov2021-06-292-0/+24
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-292-0/+33
|\ \ \ \ | |/ / /
| * | | MDEV-23004 When using GROUP BY with JSON_ARRAYAGG with joint table, theAlexey Botchkov2021-06-282-0/+33
* | | | MDEV-25481 Memory leak in Cached_item_str::Cached_item_str WITH TIES involvin...Vicențiu Ciorbaru2021-06-292-0/+20
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-232-0/+38
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-06-232-0/+38
| |\ \ \ | | |/ /
| | * | MDEV-25679 Wrong result selecting from simple view with LIMIT and ORDER BYIgor Babaev2021-06-222-0/+38
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-2111-22/+66
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-06-2111-22/+66
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-06-212-0/+33
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-06-212-0/+33
| | * | MDEV-20162: fix connect-abstract test caseDaniel Black2021-06-113-6/+4
| | * | MDEV-25884 Tests use environment $USER variable without quotesElena Stepanova2021-06-102-12/+12
| | * | MDEV-23933 main.failed_auth_unixsocket fails on armSergei Golubchik2021-06-092-4/+10
| | * | MDEV-22221: MariaDB with WolfSSL doesn't support AES-GCM cipher for SSLVladislav Vaintroub2021-06-092-0/+7
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-06-181-0/+0
|\ \ \ \ | |/ / /
| * | | MDEV-25894: support AIX as a platform in mtrDaniel Black2021-06-161-0/+0
* | | | MDEV-16708: extract nonembedded part of the test into a separate fileSergei Golubchik2021-06-178-159/+207