summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
...
* | | | 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.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
* | 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
* | Merge 10.3 into 10.4Marko Mäkelä2022-10-134-9/+57
|\ \ | |/
| * MDEV-29753 An error is wrongly reported during INSERT with vcol indexNikita Malyavin2022-10-121-3/+14
| * MDEV-29299 SELECT from table with vcol index reports warningNikita Malyavin2022-10-123-2/+29
| * MDEV-29102 system_time_zone is incorrect on Windows when TZ is setVladislav Vaintroub2022-10-111-7/+17
* | MDEV-26597 post-fix: cannot add new error messages in 10.4Sergei Golubchik2022-10-113-27/+11
* | MDEV-20760 fixup: clang -Winconsistent-missing-overrideMarko Mäkelä2022-10-111-226/+242
* | Merge 10.3 into 10.4Marko Mäkelä2022-10-111-2/+9
|\ \ | |/
| * Silence clang 13 -Wunused-but-set-variable for BisonMarko Mäkelä2022-10-101-2/+9
| * MDEV-29706 : SIGSEGV in wsrep_TOI_begin on non-Galera buildsJan Lindström2022-10-061-0/+6
* | A followup for MDEV-29672 Add MTR tests covering key and key segment flags an...Alexander Barkov2022-10-101-18/+18
* | MDEV-29707 : Incorrect/bad errno on enabling wsrep_on after setting dummy wsr...Jan Lindström2022-10-091-2/+1
* | MDEV-25389 : Assertion `!is_thread_specific || (mysqld_server_initialized && ...Jan Lindström2022-10-094-6/+28
* | MDEV-26597 : Assertion `!wsrep_has_changes(thd) || (thd->lex->sql_command == ...Jan Lindström2022-10-094-12/+26
* | MDEV-27123 : auto_increment_increment and auto_increment_offset reset to 1 in...Jan Lindström2022-10-091-2/+12
* | MDEV-29142 : Assertion `!_current_thd()' failed in void destroy_background_th...Jan Lindström2022-10-091-6/+7
* | typo fixed, followup for 3fe55fa8be9Sergei Golubchik2022-10-071-1/+1
* | CREATE ... VALUES ... didn't require INSERT privilegeSergei Golubchik2022-10-071-3/+5
* | Merge 10.3 into 10.4Aleksey Midenkov2022-10-062-6/+54
|\ \ | |/
| * MDEV-29697 Assertion failure in Diagnostics_area::set_ok_statusAleksey Midenkov2022-10-051-0/+1
| * MDEV-28576 RENAME COLUMN with NOCOPY algorithm leads to corrupt partitioned t...Aleksey Midenkov2022-10-051-0/+47
| * MDEV-28576 Ability to manipulate List<const char *>Aleksey Midenkov2022-10-051-6/+6
* | Remove HAVE_SNPRINTFMarko Mäkelä2022-10-051-4/+0