summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2021-08-312-9/+16
|\
| * Merge 10.2 into 10.3Marko Mäkelä2021-08-311-3/+1
| |\
| | * MDEV-26504 THD::copy_db_to() fails to return true if THD::db is nullMarko Mäkelä2021-08-301-3/+1
| * | MDEV 22785 Crash with prepared statements and NEXTVAL()Michael Widenius2021-08-261-5/+15
| * | Fixed compile errors when compiling with HAVE_valgrindMichael Widenius2021-08-241-1/+1
* | | After-merge fix f84e28c119b495da77e197f7cd18af4048fc3126Marko Mäkelä2021-08-2510-44/+92
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-233-3/+3
|\ \ \ | |/ /
| * | Fix GCC 11.2.0 -Wmaybe-uninitializedMarko Mäkelä2021-08-234-9/+9
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-1821-165/+261
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2021-08-181-2/+3
| |\ \ | | |/
| | * MDEV-26350: select_lex->ref_pointer_array.size() % 5 == 0Daniel Black2021-08-181-2/+3
| * | MDEV-18734 ASAN additional fix for 10.3Aleksey Midenkov2021-08-181-0/+5
| * | Merge 10.2 into 10.3Marko Mäkelä2021-08-185-64/+202
| |\ \ | | |/
| | * MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-055-59/+199
| * | MDEV-24523 Execution of JSON_REPLACE failed on SpiderYongxin Xu2021-08-051-1/+1
* | | MDEV-25717 Assertion `owning_thread_id_ == wsrep::this_thread::get_id()'Daniele Sciascia2021-08-183-3/+33
* | | MDEV-26308 : Galera test failure on galera.galera_split_brainLeandro Pacheco2021-08-189-41/+59
* | | MDEV-20215: binlog.show_concurrent_rotate failed in buildbot with wrong resultBrandon Nesterenko2021-08-133-1/+20
* | | MENT-1019.bb-10.4-hfAlexey Botchkov2021-08-112-1/+6
* | | Merge branch '10.3' into 10.4mariadb-10.4.21Oleksandr Byelkin2021-08-021-0/+15
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.31Oleksandr Byelkin2021-08-021-0/+15
| |\ \ | | |/
| | * MDEV-26220 Server crashes with indexed by prefix virtual columnmariadb-10.2.40Nikita Malyavin2021-08-021-0/+15
| | * Revert "MDEV-26220 Server crashes with indexed by prefix virtual column"Oleksandr Byelkin2021-08-021-65/+48
| | * MDEV-26220 Server crashes with indexed by prefix virtual columnNikita Malyavin2021-07-281-48/+65
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-3134-345/+598
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-07-291-4/+8
| |\ \ | | |/
| * | MDEV-24511 null field is created with CREATE..SELECTSergei Golubchik2021-07-293-4/+13
| * | MDEV-9234 Add Type_handler::union_element_finalize()Alexander Barkov2021-07-293-6/+26
| * | add const qualifiers to sys_var::value_ptr functions and fix const castsNikita Malyavin2021-07-277-163/+197
| * | MDEV-16026 MDEV-16481 refactor Sys_var_vers_asofNikita Malyavin2021-07-275-38/+76
| * | MDEV-25808 PREPARE/EXECUTE makes signed integer out of unsignedSergei Golubchik2021-07-242-5/+7
| * | MDEV-25484 Crash when parsing query using derived table containing TVCIgor Babaev2021-07-232-5/+16
| * | MDEV-25560 Creating table with certain generated column crashes serverbb-10.3-MDEV-25560Nikita Malyavin2021-07-221-6/+13
| * | Merge 10.2 into 10.3Marko Mäkelä2021-07-224-12/+19
| |\ \ | | |/
| | * MDEV-26189 Missing handling of unknown column in WHERE of recursive CTEIgor Babaev2021-07-213-5/+12
| | * Typo fixes in item_strfunc.ccHollow Man2021-07-211-7/+7
| * | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-2120-87/+231
| |\ \ | | |/
| | * MDEV-25565 Crash on 2-nd execution of SP/PS for query calculating window func...Igor Babaev2021-07-203-1/+42
| | * MDEV-26025 Server crashes while executing query with CTE in PS/SPIgor Babaev2021-07-201-5/+10
| | * MDEV-26135 Assertion failure when executing PS with a hanging recursive CTEIgor Babaev2021-07-191-2/+4
| | * MDEV-26145: Incorrect metadata is sent on running query with union in PS modeDmitry Shulga2021-07-191-1/+6
| | * MDEV-23597 Assertion `marked_for_read()' failed while evaluating DEFAULTNikita Malyavin2021-07-166-7/+42
| | * MDEV-25858: Query results are incorrect when indexes are addedSergei Petrunia2021-07-151-0/+12
| | * MDEV-18249 ASSERT_COLUMN_MARKED_FOR_READ failed in ANALYZE TABLENikita Malyavin2021-07-121-2/+2
| | * follow-up MDEV-18166: rename marking functionsNikita Malyavin2021-07-126-24/+24
| | * [2/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-122-13/+27
| | * [1/2] MDEV-18166 ASSERT_COLUMN_MARKED_FOR_READ failed on tables with vcolsNikita Malyavin2021-07-123-4/+3
| | * MDEV-17890 Server crash on DELETE with YEAR field with truncated exprNikita Malyavin2021-07-121-1/+9
| | * MDEV-26080: SHOW GRANTS does not quote role names properly for DEFAULT ROLEAnel Husakovic2021-07-091-4/+4
| | * MDEV-26095 Infinite recursion when processing embedded recursive CTEIgor Babaev2021-07-081-1/+3