summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27744 InnoDB: Failing assertion: !cursor->index->is_committed() in row0i...bb-10.4-bar-MDEV-27744-v2Alexander Barkov2023-05-1132-134/+3593
* MDEV-31187 Add class Sql_mode_save_for_frm_handlingAlexander Barkov2023-05-045-48/+55
* MDEV-31184 Remove parser tokens DECODE_MARIADB_SYM and DECODE_ORACLE_SYMbb-10.4-barAlexander Barkov2023-05-047-96/+47
* MDEV-31174 New class Native_functions_hashAlexander Barkov2023-05-037-51/+99
* MDEV-30892 test galera.galera_log_bin is not deterministicbb-10.4-MDEV-30892-galerasara2023-05-036-12/+12
* MDEV-6768 Wrong result with aggregate with join with no result setMonty2023-05-028-107/+405
* Fixed "Trying to lock uninitialized mutex' in parallel replicationMonty2023-05-021-3/+1
* MDEV-28054 Various crashes upon INSERT/UPDATE after changing Aria settingsMonty2023-05-0215-62/+159
* MDEV-26258 Various crashes/asserts/corruptions when Aria encryption is enable...Monty2023-05-0214-44/+135
* wsrep-lib external submodule updatebb-10.4-MDEV-30838-v2-galeraJulius Goryavsky2023-05-021-0/+0
* MDEV-30838 Assertion `m_thd == _current_thd()'Daniele Sciascia2023-05-024-4/+43
* MDEV-30414 sporadic failures with galera var retry autocommitsara2023-05-022-2/+29
* MDEV-31153 New methods Schema::make_item_func_* for REPLACE, SUBSTRING, TRIMAlexander Barkov2023-04-297-74/+170
* Adding "const" qualifiers to a few trivial Lex_input_string methodsAlexander Barkov2023-04-292-23/+23
* MDEV-30221: Move environmental macros to before master-slavebb-10.4-MDEV-30221Angelique2023-04-289-14/+14
* MDEV-31067: selectivity_from_histogram >1.0 for a DOUBLE_PREC_HB histogrambb-10.4-mdev31067-variant2Sergei Petrunia2023-04-285-53/+234
* MDEV-22756 SQL Error (1364): Field 'DB_ROW_HASH_1' doesn't have a default valueSergei Golubchik2023-04-283-1/+14
* MDEV-31113 Server crashes in store_length / Type_handler_string_result::make_...bb-10.4-mdev-31113Oleg Smirnov2023-04-283-2/+28
* MDEV-31129 build failure with RocksDB, incompatible pointer to integer conver...Sergei Golubchik2023-04-271-1/+1
* return accidentally removed in 45d4f6b97b4811b1b7783dcd19526be1dbb196dc commentbb-10.4-MDEV-30889Oleksandr Byelkin2023-04-271-0/+6
* MDEV-30889: 3 - Item_in_optimizer leakOleksandr Byelkin2023-04-265-24/+33
* MDEV-30889: 2 - Allocation in TABLE_SHARE::init_from_sql_statement_stringOleksandr Byelkin2023-04-261-15/+0
* MDEV-30889: 1 - Allocation in Item_subselect::mark_as_dependentOleksandr Byelkin2023-04-261-2/+2
* MDEV-30218 update test resultSergei Golubchik2023-04-261-1/+1
* MDEV-11356 Option skip-core-file does not workSergei Golubchik2023-04-265-14/+9
* MDEV-30620 Trying to lock uninitialized LOCK_parallel_entryAndrei2023-04-251-3/+5
* MDEV-31121: ANALYZE statement produces 0 for all timings in embedded serverSergei Petrunia2023-04-253-0/+31
* MDEV-30430: Enabling system versioning on tables without primary key breaks r...Brandon Nesterenko2023-04-243-6/+73
* MDEV-28798: Cosmetic Changes OnlyBrandon Nesterenko2023-04-241-7/+7
* MDEV-28798: Previously Binlog Encrypted Master Segfaults on Binlog Dump with ...Brandon Nesterenko2023-04-247-5/+261
* MDEV-31102 Crash when pushing condition into view defined as unionIgor Babaev2023-04-243-2/+128
* A cleanup for MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_d...Alexander Barkov2023-04-241-5/+6
* MDEV-31085 Crash when processing multi-update using view with optimizer_trace onIgor Babaev2023-04-223-2/+377
* MDEV-30968 mariadb-backup does not copy Aria logs if aria_log_dir_path is usedAlexander Barkov2023-04-219-8/+281
* MDEV-30713 field length handling for CONNECT engineDaniel Black2023-04-215-12/+9
* Merge branch '10.3' into 10.4Oleksandr Byelkin2023-04-2117-179/+413
|\
| * MDEV-30818 invalid ssl prevents bootstrapSergei Golubchik2023-03-093-1/+12
| * main.bootstrap test cleanupSergei Golubchik2023-03-092-55/+89
| * bump the VERSIONSergei Golubchik2023-03-091-1/+1
| * Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2023-02-0614-122/+313
| |\
| | * MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::pr...bb-10.3-mdev-29644Nayuta Yanagisawa2023-02-035-56/+136
| | * MDEV-30509: mariadb-plugin-connect: introduce curl as recommendsSalman Mohammadi2023-01-311-0/+1
| | * MDEV-30475 Windows, mtr - Remove outdated instructions on how to install post...Vladislav Vaintroub2023-01-261-30/+3
| | * MDEV-30151 parse error 1=2 not between/inbb-10.3-bar-MDEV-30151Alexander Barkov2023-01-264-30/+130
| | * Revert "MDEV-30151 parse error 1=2 not between/in"Alexander Barkov2023-01-264-25/+6
| | * MDEV-28616 Crash when using derived table over union with order by clausebb-10.3-igorIgor Babaev2023-01-253-0/+56
* | | Minimize unsafe C functions usage - replace strcat() and strcpy()Mikhail Chalov2023-04-207-148/+178
* | | MDEV-28976 fixup: A better fixMarko Mäkelä2023-04-191-1/+2
* | | MDEV-30076 ibuf_insert tries to insert the entry for uncommitted indexThirunarayanan Balathandayuthapani2023-04-191-0/+4
* | | MDEV-31025 Redundant table alter fails when fixed columnThirunarayanan Balathandayuthapani2023-04-194-6/+38