summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.9' into 10.10mariadb-10.10.2Oleksandr Byelkin2022-11-0348-180/+3765
|\
| * Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-0248-180/+3765
| |\
| | * Merge branch '10.7' into 10.8Oleksandr Byelkin2022-11-0248-180/+3765
| | |\
| | | * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-0248-180/+3725
| | | |\
| | | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-0248-180/+3725
| | | | |\
| | | | | * Merge branch '10.4' into 10.5mariadb-10.5.18Oleksandr Byelkin2022-11-029-3/+105
| | | | | |\
| | | | | | * Merge branch '10.3' into 10.4mariadb-10.4.27Oleksandr Byelkin2022-11-027-0/+80
| | | | | | |\
| | | | | | | * MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-027-0/+80
| | | | | | * | MDEV-29924 Assertion `(((nr) % (1LL << 24)) % (int) log_10_int[6 - dec]) == 0...Sergei Golubchik2022-11-012-3/+25
| | | | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-2629-179/+1930
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-265-0/+40
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-26161 crash in Gis_point::calculate_haversineAlexey Botchkov2022-10-262-0/+8
| | | | | | | * MDEV-26161 crash in Gis_point::calculate_haversineSergei Golubchik2022-10-252-0/+10
| | | | | | | * MDEV-29490 Renaming internally used client API to avoid name conflictsLawrin Novitsky2022-10-251-0/+1
| | | | | | | * MDEV-29811 server advertises ssl even if it's unusable.Vladislav Vaintroub2022-10-252-0/+20
| | | | | | * | MDEV-29640 FederatedX does not properly handle pushdown in case of differenc...Oleg Smirnov2022-10-262-0/+97
| | | | | | * | MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-2514-163/+1724
| | | | | | * | MDEV-28545 MyISAM reorganize partition corrupt older table formatAlexander Barkov2022-10-252-0/+49
| | | | | | * | Additional fixesJan Lindström2022-10-253-12/+15
| | | | | * | | MDEV-28822 Table from older version requires table rebuild when adding column...Alexander Barkov2022-10-263-0/+29
| | | | | * | | MDEV-25616 XA PREPARE event group is not binlogged when..Brandon Nesterenko2022-10-257-0/+1663
* | | | | | | | Merge branch '10.9' into 10.10Oleksandr Byelkin2022-11-0195-288/+2354
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-0195-288/+2354
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-11-0194-288/+2353
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | fix results after mergeOleksandr Byelkin2022-10-311-1/+1
| | | * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-2985-261/+2070
| | | |\ \ \ \ \ | | | | |/ / / /
| | | | * | | | MDEV-29895 prepared view crash server (unit.conc_view)Sergei Golubchik2022-10-292-7/+32
| | | | * | | | Disable perfschema.mdl_func on WindowsMarko Mäkelä2022-10-261-0/+2
| | | | * | | | MDEV-29886 Assertion !index->table->is_temporary() failed in CHECK TABLEMarko Mäkelä2022-10-262-0/+27
| | | | * | | | MDEV-29869 mtr failure: innodb.deadlock_wait_thr_raceVlad Lesin2022-10-267-26/+28
| | | | * | | | MDEV-29662 Replace same values in 'IN' list with an equalityOleg Smirnov2022-10-263-4/+332
| | | | * | | | MDEV-29871: Temporarily disable the testMarko Mäkelä2022-10-251-1/+3
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-2569-225/+1622
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-252-7/+9
| | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-2550-79/+1363
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-10-2532-0/+978
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su...Oleksandr Byelkin2022-10-242-0/+36
| | | | | | | * MDEV-14983 Wrong error message with SET sql_mode=sha2(ucs2_value)Alexander Barkov2022-10-242-0/+26
| | | | | | | * MDEV-29851 Cached role privileges are not invalidated when neededSergei Golubchik2022-10-222-0/+55
| | | | | | | * cleanup: rename test fileSergei Golubchik2022-10-222-0/+14
| | | | | | | * MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ...Daniel Black2022-10-222-0/+10
| | | | | | | * MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECTSergei Petrunia2022-10-212-0/+77
| | | | | | | * MDEV-29778 Having Unique index interference with MATCH from a FULLTEXTThirunarayanan Balathandayuthapani2022-10-212-0/+21
| | | | | | | * MDEV-25343 Error log message not helpful when filekey is too longkurt2022-10-219-0/+59
| | | | | | | * MDEV-19569 Assertion `table_list->table' failed in find_field_in_table_ref.Alexey Botchkov2022-10-192-0/+175
| | | | | | | * Revert "MDEV-25343 add read secret size in file key plugin"Daniel Black2022-10-194-21/+0
| | | | | | | * MDEV-25343 add read secret size in file key pluginkurt2022-10-194-0/+21
| | | | | | | * MDEV-29540 Incorrect sequence values in INSERT SELECTDaniel Black2022-10-192-0/+182
| | | | | | | * MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNSAnel Husakovic2022-10-183-0/+107
| | | | | | | * MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-172-0/+169