summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Aria: Add transaction id to log of create tableMonty2021-03-201-2/+4
* Merge 10.5 into 10.6Marko Mäkelä2021-03-2010-316/+112
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-03-203-2/+68
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-03-209-316/+111
| | |\
| | | * fix for engines/funcs/rpl_sp.testAlice Sherepa2021-03-191-43/+46
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-03-192-2/+66
| | | |\
| | | | * MDEV-25112 MIN/MAX aggregation over an indexed column may return wrong resultIgor Babaev2021-03-182-0/+62
| | | * | fix for tests from engines/funcsAlice Sherepa2021-03-1910-370/+116
| * | | | fix for tests from engines/funcsbb-10.5-aliceAlice Sherepa2021-03-196-314/+43
* | | | | MDEV-23646: Optimizer trace: optimize_cond() should show ON expression proces...Sergei Petrunia2021-03-192-0/+70
* | | | | MDEV-23645: Optimizer trace: print conditions after substitute_for_best_equal...Sergei Petrunia2021-03-195-34/+271
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-19214-6595/+4593
|\ \ \ \ \ | |/ / / /
| * | | | Disable crashing Galera tests: MDEV-18534, MDEV-24485Marko Mäkelä2021-03-192-0/+2
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-19214-6595/+4591
| |\ \ \ \ | | |/ / /
| | * | | Disable failing Galera testsMarko Mäkelä2021-03-192-2/+3
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-19213-6591/+4586
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-18214-6540/+4643
| | | |\ \ | | | | |/
| | | | * MDEV-18874 : Galera test MW-286 causes Mutex = TTASEventMutex<GenericPolicy>]...Jan Lindström2021-03-183-2/+124
| | | | * MDEV-24978 : SIGABRT in __libc_messageJan Lindström2021-03-152-0/+51
| | | | * MDEV-24519: Server crashes in Charset::set_charset upon SELECTVarun Gupta2021-03-122-0/+51
| | | | * Update sponsorsIan Gilfillan2021-03-121-9/+4
| | | | * MDEV-24597 Explicit column name error in CTE of UNIONIgor Babaev2021-03-102-2/+71
| | | | * MDEV-21104 Wrong result (extra rows and wrong values) with incremental BNLHIgor Babaev2021-03-102-0/+89
| | | | * reenable tests from engines/funcsAlice Sherepa2021-03-10192-6524/+3969
| | | | * MDEV-25002 ON expressions cannot contain outer referencesIgor Babaev2021-03-097-0/+263
| | | | * Correct the value of global memory_usedSergei Golubchik2021-03-082-2/+19
| | | | * MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-1/+1
* | | | | MDEV-23677: Optimizer trace: remove "no predicate for first keypart" (not)Sergei Petrunia2021-03-182-0/+68
* | | | | MDEV-23497 fixup: Do not warn for ALTER TABLE conversionMarko Mäkelä2021-03-181-2/+0
* | | | | MDEV-24883 fixup: Avoid io_uring in ./mtr --rrMarko Mäkelä2021-03-181-1/+1
* | | | | fixup 7627bfa0a1fd7d44b8564c10cfbcefb4efb7fe07Marko Mäkelä2021-03-181-17/+17
* | | | | MDEV-9077 - rerecord test resultVladislav Vaintroub2021-03-182-28/+29
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-187-44/+253
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-185-44/+234
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-183-7/+27
| | |\ \ \ | | | |/ /
| | | * | MDEV-24730 Insert log operation fails after purge resets n_core_fieldsThirunarayanan Balathandayuthapani2021-03-123-4/+24
| | * | | MDEV-23851 BF-BF Conflict issue because of UK GAP locksJan Lindström2021-03-172-37/+207
| * | | | MDEV-25069: Assertion `root->weight >= ...' failed in SEL_ARG::tree_delete #2Sergei Petrunia2021-03-172-0/+19
* | | | | MDEV-9077 - sysschema test suite.Vladislav Vaintroub2021-03-18191-1/+6289
* | | | | MDEV-9077 Use sys schema in bootstrapping, incl. mtrVladislav Vaintroub2021-03-18135-71/+3946
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-176-59/+124
|\ \ \ \ \ | |/ / / /
| * | | | Skip tests that dump thread_stack, for ASANVladislav Vaintroub2021-03-172-0/+2
| * | | | MDEV-24601: INFORMATION_SCHEMA doesn't differentiate between column and table...Anel Husakovic2021-03-164-59/+122
* | | | | Rename IGNORED INDEX tests to match the SQL syntaxSergei Petrunia2021-03-174-0/+0
* | | | | MDEV-7317: Make an index ignorable to the optimizer: more testsSergei Petrunia2021-03-172-0/+23
* | | | | MDEV-25078: ALTER INDEX is inconsistent with ADD/DROP/RENAME indexVarun Gupta2021-03-172-0/+34
* | | | | MDEV-25075: Ignorable index makes the resulting CREATE TABLE invalidVarun Gupta2021-03-173-113/+249
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-03-162-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24184 InnoDB RENAME TABLE recovery failure if names are reusedbb-10.5-MDEV-24184-rename-names-reusedVlad Lesin2021-03-152-2/+3
* | | | | MDEV-24818: Optimize multi-statement INSERT into an empty tableMarko Mäkelä2021-03-162-0/+95