summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2022-06-096-47/+122
|\
| * MDEV-25577 mariadb-tzinfo-to-sql generates superfluous warningsDaniel Lewart2022-06-091-20/+10
| * MDEV-25273: fix typo (s/strucures/structures/)chansuke2022-06-081-1/+1
| * MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-074-26/+111
* | Merge 10.3 into 10.4Marko Mäkelä2022-06-071-3/+3
|\ \ | |/
| * MDEV-27697 fixup: Exclude debug code from non-debug buildsMarko Mäkelä2022-06-031-3/+3
* | Merge 10.3 into 10.4Marko Mäkelä2022-06-023-3/+10
|\ \ | |/
| * Remove compiler warning about unused variablesMonty2022-05-301-0/+2
| * MDEV-28599 EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead o...Masashi Tomooka2022-05-301-0/+8
| * remove obsolete fix_session_vcol_expr{,_for_read} function declarationskkz2022-05-261-3/+0
* | MDEV-27862 Galera should replicate nextval()-related changes in sequences wit...mkaruza2022-05-306-12/+51
* | MDEV-20627 : Galera 4 not able to report proper wsrep_incoming_addressesJan Lindström2022-05-301-3/+7
* | Merge 10.4 into 10.5Marko Mäkelä2022-05-232-4/+8
|\ \ | |/
| * Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-05-202-4/+8
| |\
| | * MDEV-28246 Optimizer uses all partitions after upgrade to 10.3Oleg Smirnov2022-05-191-2/+1
| | * MDEV-14642 Assertion 'table->s->db_create_options == part_table->s->db_create...KiyoshiTakeda2022-05-181-2/+7
* | | Merge branch '10.3' into 10.4mariadb-10.4.25Sergei Golubchik2022-05-185-10/+9
|\ \ \ | |/ /
| * | Merge branch '10.2' into 10.3mariadb-10.3.35Sergei Golubchik2022-05-181-2/+3
| |\ \
| | * | MDEV-28550 improper handling of replication event group that containsAndrei2022-05-131-2/+3
| * | | MDEV-28552 Assertion `inited==RND' failed in handler::ha_rnd_endAleksey Midenkov2022-05-182-3/+0
| | |/ | |/|
| * | MDEV-28588 SIGSEGV in __memmove_avx_unaligned_erms, strmake_rootAlexander Barkov2022-05-171-1/+1
| * | Code cleanup in/around check_interleaving_with_nj()bb-10.3-spetruniaSergei Petrunia2022-05-151-4/+5
* | | MDEV-28546 : Possible to write/update with read_only=ON and not a SUPER privi...Jan Lindström2022-05-171-17/+1
* | | MDEV-28578 Server crashes in Item_field::fix_outer_field after CREATE SELECTSergei Golubchik2022-05-161-0/+1
* | | MDEV-28053 Sysbench data load crashes Galera secondary node in async master s...Daniele Sciascia2022-05-161-0/+4
* | | fix occasional failures in --embeddedSergei Golubchik2022-05-151-0/+2
* | | enable -Wenum-compare -Wenum-conversionSergei Golubchik2022-05-155-23/+19
* | | 10.4 specific fixes for DEFAULT()Sergei Golubchik2022-05-093-1/+29
* | | Merge branch '10.3' into 10.4Sergei Golubchik2022-05-0836-216/+609
|\ \ \ | |/ /
| * | can't use Item_default_value as a field if it's an expression OR a blobSergei Golubchik2022-05-081-1/+1
| * | Merge branch '10.2' into 10.3Sergei Golubchik2022-05-079-74/+178
| |\ \ | | |/
| | * MDEV-28310 Missing binlog data for INSERT .. ON DUPLICATE KEY UPDATEAndrei2022-05-063-37/+78
| | * MDEV-28402 ASAN heap-use-after-free in create_tmp_table, Assertion `l_offset ...Oleksandr Byelkin2022-05-061-3/+5
| | * MDEV-28437: Assertion `!eliminated' failed: Part #2Sergei Petrunia2022-05-051-6/+10
| | * MDEV-28437: Assertion `!eliminated' failed in Item_subselect::execSergei Petrunia2022-05-053-4/+9
| | * MDEV-19398: Assertion `item1->type() == Item::FIELD_ITEM ...Sergei Petrunia2022-05-043-10/+64
| * | Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-0322-73/+307
| |\ \ | | |/
| | * MDEV-28428 Master_SSL_Crl shows Master_SSL_CA value in SHOW SLAVE STATUS outputSergei Golubchik2022-04-281-3/+3
| | * MDEV-28268: Server crashes in Expression_cache_tracker::fetch_current_statsSergei Petrunia2022-04-282-1/+8
| | * MDEV-28020 CHECKSUM TABLE calculates different checksumsSergei Golubchik2022-04-261-0/+2
| | * MDEV-27697. Removed a false assert.Andrei2022-04-261-2/+0
| | * MDEV-25317 Assertion `scale <= precision' failed in decimal_bin_size And Asse...Alexey Botchkov2022-04-265-17/+26
| | * MDEV-27697. Two affected tests fixed.Andrei2022-04-261-2/+4
| | * MDEV-26047: MariaDB server crash at Item_subselect::init_expr_cache_trackerSergei Petrunia2022-04-261-0/+11
| | * MDEV-20207: Assertion ! is_set() failed in Diagnostics_area::set_eof_statusRucha Deodhar2022-04-261-1/+3
| | * MDEV-6899 extra semicolon in show create event syntaxSergei Golubchik2022-04-252-8/+12
| | * MDEV-28403 ASAN heap-use-after-free in String::copy / get_field_default_valueSergei Golubchik2022-04-251-2/+2
| | * MDEV-27212 Crash in Item_equal::sort on second execution of stored procedurebb-10.2-igorIgor Babaev2022-04-251-1/+1
| | * MDEV-27697 slave must recognize incomplete replication event groupAndrei2022-04-252-26/+139
| | * MDEV-28263 mariadb-tzinfo-to-sql binlog fixesDaniel Black2022-04-231-4/+4