summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22110 InnoDB unnecessarily writes unmodified pagesbb-10.2-MDEV-22110-dont-log-unmodified-pagesVlad Lesin2021-02-1717-72/+158
* MDEV-24509 : Warning: Memory not freed: 56 on SET @@global.wsrep_sst_authJan Lindström2021-01-264-9/+46
* MDEV-20939: Race condition between mysqldump import and InnoDB persistentDaniel Black2021-01-251-2/+2
* MDEV-20939: Race condition between mysqldump import and InnoDB persistentDaniel Black2021-01-252-12/+18
* mtr: --client-gdb='<gdb commands>'Sergei Golubchik2021-01-241-3/+7
* MDEV-23328 Server hang due to Galera lock conflict resolutionSergei Golubchik2021-01-242-72/+99
* cleanup: void hton::abort_transaction()Sergei Golubchik2021-01-243-34/+22
* cleanup: remove slave background thread, use handle_manager thread insteadSergei Golubchik2021-01-244-167/+46
* cleanup: fix and generalize handle_manager threadSergei Golubchik2021-01-243-49/+43
* don't allow `KILL QUERY ID USER xxx`Sergei Golubchik2021-01-243-7/+22
* MDEV-24122: on previously MySQL-5.7 datadirs, adjust mysql.user column orderDaniel Black2021-01-233-7/+177
* reenable rpl_spec_variables.testAlice Sherepa2021-01-225-15/+61
* MDEV-23659 : Update Galera disabled.def fileJan Lindström2021-01-222-1/+13
* MDEV-24557: Logical dump of MySQL users via MariaDB's mariadb-dump generates ...Daniel Black2021-01-221-2/+1
* man/mysqldump.1: typos INSERT INFO -> INTODaniel Black2021-01-221-2/+2
* MDEV-10272: add master host/port info to slave thread exit messagesDaniel Black2021-01-221-0/+5
* MDEV-8134: The relay-log is not flushed after the slave-relay-log.999999 showedSujatha2021-01-216-4/+169
* maria: ma_recovery cppcheck va_start called twiceDaniel Black2021-01-211-1/+0
* ucs2: cppcheck - add va_endbb-10.2-danielblack-cppcheckDaniel Black2021-01-211-2/+8
* MDEV-16940 Server crashes in unsafe_key_update upon attempt to update viewIgor Babaev2021-01-194-0/+44
* Update InnoDB version number to 5.7.33Marko Mäkelä2021-01-191-2/+2
* MDEV-24609: innodb_io_capacity can exceed innodb_io_capacity_maxMarko Mäkelä2021-01-191-1/+2
* MDEV-19723 Assertion `je->state == JST_KEY' failed while SELECT ST_GEOMFROMGE...Alexey Botchkov2021-01-193-0/+6
* MDEV-24403 Segfault on CREATE TABLE with explicit FTS_DOC_ID_INDEX by multipl...Aleksey Midenkov2021-01-193-1/+22
* MDEV-24491 db_name mismatch happens during virtual column computationThirunarayanan Balathandayuthapani2021-01-193-3/+12
* MDEV-24547 Update fails when online alter does rollback due to MDL time outThirunarayanan Balathandayuthapani2021-01-194-2/+87
* MDEV-24179: Assertion `m_status == DA_ERROR || m_status == DA_OK ||Rucha Deodhar2021-01-193-0/+35
* MDEV-23851 BF-BF Conflict issue because of UK GAP lockssjaakola2021-01-189-10/+349
* MDEV-24432 : galera.galera_fk_cascade_delete_debug MTR failed: query 'reap' f...Jan Lindström2021-01-154-33/+67
* MDEV-24443 : galera.lp1376747-4 MTR fails: Result length mismatchJan Lindström2021-01-152-18/+25
* MDEV-12908 binlog_encryption.binlog_xa_recover, binlog.binlog_xa_recover fail...Alice Sherepa2021-01-143-4/+3
* MDEV-21478 fixup: Avoid a memory leakMarko Mäkelä2021-01-141-4/+3
* MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-136-15/+37
* Fix innodb.innodb_mysqlMarko Mäkelä2021-01-131-1/+1
* MDEV-24208 SHOW RELAYLOG EVENTS command is not supported in the prepared sta...Dmitry Shulga2021-01-135-11/+149
* MDEV-23826: ORDER BY in view definition leads to wrong result with GROUP BY o...Varun Gupta2021-01-124-1/+111
* MDEV-23753: SIGSEGV in Column_stat::store_stat_fieldsVarun Gupta2021-01-124-0/+44
* MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-1117-44/+44
* MDEV-14884 Failed to enable encryption of temporary files in mariadb 10.3.3Sergei Golubchik2021-01-111-3/+3
* MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-1123-43/+69
* cleanup: copy RAII helpers from 10.5, cleanup testSergei Golubchik2021-01-114-76/+114
* don't do a warning for bad table options in replication slave threadSergei Golubchik2021-01-113-6/+9
* MDEV-18428 Memory: If transactional=0 is specified in CREATE TABLE, it is not...Sergei Golubchik2021-01-112-2/+3
* MDEV-17852 Altered connection limits for user have no effectSergei Golubchik2021-01-113-1/+54
* MDEV-22966 Server crashes or hangs with SET ROLE when started with skip-grant...Sergei Golubchik2021-01-113-0/+25
* main.skip_grants cleanupSergei Golubchik2021-01-113-41/+38
* MDEV-17251 SHOW STATUS unnecessary calls calc_sum_of_all_statusSergei Golubchik2021-01-114-11/+16
* MDEV-12161 Can't specify collation for virtual columnsSergei Golubchik2021-01-117-33/+61
* MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-113-0/+5
* Revert "MDEV-23536 : Race condition between KILL and transaction commit"Sergei Golubchik2021-01-112-32/+8