summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-0215-56/+208
|\
| * Merge branch '10.7' into 10.8Oleksandr Byelkin2022-11-0215-56/+208
| |\
| | * Merge branch '10.6' into 10.7Oleksandr Byelkin2022-11-0215-56/+208
| | |\
| | | * Merge branch '10.5' into 10.6Oleksandr Byelkin2022-11-0214-56/+203
| | | |\
| | | | * Merge branch '10.4' into 10.5mariadb-10.5.18Oleksandr Byelkin2022-11-022-2/+12
| | | | |\
| | | | | * Merge branch '10.3' into 10.4mariadb-10.4.27Oleksandr Byelkin2022-11-021-1/+9
| | | | | |\
| | | | | | * MDEV-29926: ASAN heap-use-after-free in Explain_query::~Explain_querymariadb-10.3.37Oleksandr Byelkin2022-11-021-1/+9
| | | | | * | MDEV-29924 Assertion `(((nr) % (1LL << 24)) % (int) log_10_int[6 - dec]) == 0...Sergei Golubchik2022-11-011-1/+3
| | | | * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2022-10-2612-48/+143
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-10-265-41/+56
| | | | | |\ \ | | | | | | |/
| | | | | | * Add skipped changes to oracle mode parser.Oleksandr Byelkin2022-10-261-3/+9
| | | | | | * MDEV-26161 crash in Gis_point::calculate_haversineAlexey Botchkov2022-10-263-13/+25
| | | | | | * MDEV-26161 crash in Gis_point::calculate_haversineSergei Golubchik2022-10-252-12/+17
| | | | | | * cleanup: put casts in a separate statementSergei Golubchik2022-10-251-20/+18
| | | | | | * MDEV-29811 server advertises ssl even if it's unusable.Vladislav Vaintroub2022-10-251-4/+3
| | | | | * | MDEV-28846 Poor performance when rowid filter contains no elementsIgor Babaev2022-10-257-7/+73
| | | | | * | MDEV-28545 MyISAM reorganize partition corrupt older table formatAlexander Barkov2022-10-254-2/+29
| | | | | * | Additional fixesJan Lindström2022-10-251-1/+0
| | | | * | | MDEV-25616 XA PREPARE event group is not binlogged when..Brandon Nesterenko2022-10-251-6/+46
* | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-11-0125-145/+372
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge 10.7 into 10.8Marko Mäkelä2022-11-0125-145/+371
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge branch '10.6' into 10.7Oleksandr Byelkin2022-10-2924-145/+361
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | followup: fix ASAN failure of main.having_cond_pushdown --psSergei Golubchik2022-10-292-4/+3
| | | * | | | followup: fix ASAN failure of main.opt_tvc --psSergei Golubchik2022-10-291-9/+4
| | | * | | | MDEV-29895 prepared view crash server (unit.conc_view)Sergei Golubchik2022-10-294-2/+37
| | | * | | | MDEV-29662 Replace same values in 'IN' list with an equalityOleg Smirnov2022-10-265-0/+152
| | | * | | | MDEV-29843 Do not use asynchronous log_write_upto() for system THDsVladislav Vaintroub2022-10-252-5/+14
| | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-10-2519-128/+154
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-10-2517-95/+143
| | | | |\ \ \ | | | | | |/ /
| | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-10-2516-67/+130
| | | | | |\ \ | | | | | | |/
| | | | | | * MDEV-29748 ASAN errors or server crash in File_parser::parse upon concurrent ...Oleksandr Byelkin2022-10-243-14/+16
| | | | | | * MDEV-16549 Server crashes in Item_field::fix_fields on query with view and su...Oleksandr Byelkin2022-10-243-2/+20
| | | | | | * MDEV-29851 Cached role privileges are not invalidated when neededSergei Golubchik2022-10-221-0/+3
| | | | | | * remove two acl_cache->clear()Sergei Golubchik2022-10-221-2/+1
| | | | | | * fix for x86 and other 32-bit little engian archSergei Golubchik2022-10-221-18/+18
| | | | | | * Use OPENSSL_free instead of free to avoid instance crashHaidong Ji2022-10-221-4/+4
| | | | | | * MDEV-29678 Valgrind/MSAN uninitialised value errors upon PS with ALTER under ...Daniel Black2022-10-221-0/+1
| | | | | | * MDEV-23160: SIGSEGV in Explain_node::print_explain_for_children on UNION SELECTSergei Petrunia2022-10-211-2/+13
| | | | | | * MDEV-19569 Assertion `table_list->table' failed in find_field_in_table_ref.Alexey Botchkov2022-10-192-12/+22
| | | | | | * MDEV-29540 Incorrect sequence values in INSERT SELECTDaniel Black2022-10-192-14/+13
| | | | | | * MDEV-29753 fixup: Silence bogus GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-10-181-1/+1
| | | | | | * MDEV-28455: CREATE TEMPORARY TABLES privilege is insufficient for SHOW COLUMNSAnel Husakovic2022-10-183-6/+15
| | | | | | * MDEV-16128: Server crash in Item_func::print_op on 2nd execution of PSDmitry Shulga2022-10-171-2/+11
| | | | | | * MDEV-29750 triggers can modify historySergei Golubchik2022-10-161-0/+2
| | | | | * | Revert "MDEV-28727 ALTER TABLE ALGORITHM=NOCOPY does not work after upgrade"Alexander Barkov2022-10-211-17/+2
| | | | * | | MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break r...Monty2022-10-201-1/+1
| | | | * | | MDEV-29508 perfschema.short_option_1 fails with MSAN - Error in acceptMonty2022-10-191-2/+2
| | * | | | | MDEV-27233 Fixes to make SQL SERVICE workingAlexey Botchkov2022-10-241-0/+10
* | | | | | | Merge branch '10.8' into 10.9Oleksandr Byelkin2022-10-176-10/+63
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch '10.7' into 10.8Oleksandr Byelkin2022-10-176-10/+63
| |\ \ \ \ \ \ | | |/ / / / /