summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* wsrep-lib update: bugfixes, cleanups, event API, state transition cleanupsbb-10.4-wsrep-libAlexey Yurchenko2021-12-083-21/+0
* Merge branch '10.3' into 10.4Sergei Golubchik2021-12-071-0/+7
|\
| * Merge branch '10.2' into 10.3Sergei Golubchik2021-12-061-0/+7
| |\
| | * MDEV-26553 NOT IN subquery construct crashing 10.1 and upIgor Babaev2021-11-261-0/+6
* | | Make the Optimizer Trace of reqular query and PS EXECUTE be identicalbb-10.4-spetruniaSergei Petrunia2021-11-291-0/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-296-29/+49
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-296-37/+46
| |\ \ | | |/
| | * MDEV-26755 innodb.undo_truncate: ilink::assert_linked(): Assertion `prev != 0...Sergei Golubchik2021-11-261-2/+0
| | * MDEV-27066: Fixed scientific notation parsing bugMarc Olivier Bergeron2021-11-241-2/+1
| | * MDEV-26470 "No database" selected when using CTE in a subquery of DELETE stat...Igor Babaev2021-11-201-0/+4
| | * MDEV-27086 "No database selected" when using UNION of CTEs to define tableIgor Babaev2021-11-201-4/+4
| | * MDEV-27098 Subquery using the ALL keyword on TIME columns produces a wrong re...bb-10.2-barAlexander Barkov2021-11-202-2/+24
| | * MDEV-27072 Subquery using the ALL keyword on date columns produces a wrong re...Alexander Barkov2021-11-201-1/+1
| | * MDEV-27075 mysql_upgrade_service.exe - using uninitialized memory 'defaults_f...Vladislav Vaintroub2021-11-181-19/+0
* | | Cleanup: offsetof instead of my_offsetofMarko Mäkelä2021-11-241-2/+2
* | | Cleanup: offsetof instead of my_offsetofMarko Mäkelä2021-11-241-1/+1
* | | Json_writer_object add integersbb-10.4-MDEV-27036Sergei Krivonos2021-11-193-16/+16
* | | MDEV-27036: allow Json_writer_[array|object] from Json_writerSergei Krivonos2021-11-191-10/+31
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-171-23/+34
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-171-23/+34
| |\ \ | | |/
| | * MDEV-26825 Bogus error for query with two usage of CTE referring another CTEIgor Babaev2021-11-161-23/+34
* | | MDEV-23805 Make Online DDL to Instant DDL when table is emptybb-10.4-MDEV-23805Thirunarayanan Balathandayuthapani2021-11-122-3/+7
* | | MDEV-23766: fix by assert (Windows)Sergei Krivonos2021-11-102-14/+13
* | | In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2021-11-092-11/+4
* | | improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2021-11-091-3/+14
* | | Revert "improve build, allow sql library to be built in parallel with builtins"Sergei Krivonos2021-11-091-14/+3
* | | Revert "In case WITH_WSREP is enabled, build wsrep as plugin"Sergei Krivonos2021-11-092-4/+11
* | | MDEV-23766: fix by my_json_writer testSergei Krivonos2021-11-092-19/+17
* | | MDEV-23766: Make Json_writer assert when one tries to author invalid JSONSergei Petrunia2021-11-092-8/+28
* | | MDEV-23766: Make Json_writer assert when one tries to author invalid JSONSergei Petrunia2021-11-092-27/+17
* | | In case WITH_WSREP is enabled, build wsrep as pluginVladislav Vaintroub2021-11-092-11/+4
* | | improve build, allow sql library to be built in parallel with builtinsVladislav Vaintroub2021-11-091-3/+14
* | | MDEV-23766: add Json_writer consistency asserts to check array/object sequenceSergei Krivonos2021-11-092-42/+116
* | | MDEV-23766: Fix get_best_disjunct_quick by assert:Sergei Krivonos2021-11-091-4/+6
* | | MDEV-23766: Fix fix_semijoin_strategies_for_picked_join_order by assertSergei Krivonos2021-11-091-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2021-11-099-24/+69
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-11-093-3/+15
| |\ \ | | |/
| | * Merge mariadb-10.2.41 into 10.2Marko Mäkelä2021-11-094-23/+101
| | |\
| | * | MDEV-25610 Assertion `escape != -1' failed in Item_func_like::val_intbb-10.2-bar-MDEV-25610Alexander Barkov2021-11-082-2/+15
| | * | MDEV-26949 --debug-gdb installs redundant signal handlersMarko Mäkelä2021-11-011-1/+0
| | * | MDEV-26833 Missed statement rollback in case transaction drops or create temp...bb-10.2-andreiAndrei Elkin2021-10-284-30/+32
| * | | Merge mariadb-10.3.32 into 10.3Marko Mäkelä2021-11-0910-58/+143
| |\ \ \
| * | | | MDEV-26928 Column-inclusive WITH SYSTEM VERSIONING doesn't work with explicit...Aleksey Midenkov2021-11-021-5/+5
| * | | | MDEV-25552 system versioned partitioned by LIMIT tables break CHECK TABLEAleksey Midenkov2021-11-021-5/+2
| * | | | MDEV-25803 innodb.alter_candidate_key fixAleksey Midenkov2021-11-024-10/+24
| * | | | MDEV-25803 Inplace ALTER breaks MyISAM/Aria table when order of keys is changedAleksey Midenkov2021-11-021-3/+25
* | | | | Merge branch '10.4' into bb-10.4-releaseOleksandr Byelkin2021-11-082-0/+8
|\ \ \ \ \
| * | | | | MDEV-26453 Assertion `0' failed in row_upd_sec_index_entry & corruptionNikita Malyavin2021-10-292-0/+8
* | | | | | Merge branch '10.3' into 10.4mariadb-10.4.22Oleksandr Byelkin2021-11-054-29/+31
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch '10.2' into 10.3mariadb-10.3.32Oleksandr Byelkin2021-11-054-29/+31
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |