summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29440 InnoDB instant ALTER TABLE recovery must use READ UNCOMMITTEDbb-10.6-MDEV-29440Marko Mäkelä2022-09-069-132/+233
* Merge 10.5 into 10.6Marko Mäkelä2022-09-061-1/+3
|\
| * MDEV-29471 Buffer overflow in page_cur_insert_rec_low()Marko Mäkelä2022-09-061-1/+3
* | MDEV-13542 fixup: Allow purge to run in a testMarko Mäkelä2022-09-061-4/+2
* | MDEV-28240 InnoDB Temporary Tablespace (ibtmp1) is continously growingThirunarayanan Balathandayuthapani2022-09-061-2/+3
* | MDEV-29443: prevent uring access to galera sst /notify scriptsDaniel Black2022-09-061-0/+6
* | Merge 10.5 into 10.6Jan Lindström2022-09-0540-144/+207
|\ \ | |/
| * Merge 10.4 into 10.5Jan Lindström2022-09-0540-149/+207
| |\
| | * Reduce compilation dependencies on wsrep_mysqld.hDaniele Sciascia2022-08-3140-131/+188
* | | Merge 10.5 into 10.6Marko Mäkelä2022-09-059-63/+220
|\ \ \ | |/ /
| * | MDEV-29438 Recovery or backup of instant ALTER TABLE is incorrectMarko Mäkelä2022-09-052-5/+8
| * | MDEV-29418 linux uuid implementation returning non-hwaddr based suffixDaniel Black2022-08-311-1/+1
| * | Merge branch 10.4 into 10.5Daniel Black2022-08-316-56/+211
| |\ \ | | |/
| | * Merge 10.3 into 10.4Daniel Black2022-08-316-55/+211
| | |\
| | | * MDEV-28592 disks plugin - getmntinfo (BSD) & getmntent (AIX)Daniel Black2022-08-316-55/+211
* | | | Remove unused French translations in Connect engine (#2252)anson10142022-09-029-2739/+0
* | | | MDEV-29425 Buffer overflow in dict_index_t::col_info::add()Thirunarayanan Balathandayuthapani2022-09-013-14/+55
* | | | MDEV-29435 CHECK TABLE forgets to release latches after reporting failureMarko Mäkelä2022-09-013-0/+7
* | | | MDEV-27983: InnoDB hangs after loading a ROW_FORMAT=COMPRESSED pageMarko Mäkelä2022-08-311-1/+5
* | | | MDEV-29374 InnoDB recovery fails with "Data structure corruption"Marko Mäkelä2022-08-319-6/+16
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-3020-49/+421
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-08-3016-38/+341
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-08-3012-39/+290
| | |\ \ | | | |/
| | | * MDEV-13888: innodb_fts.innodb_fts_plugin failedMarko Mäkelä2022-08-302-25/+35
| | | * MDEV-29409 Buffer overflow in my_wc_mb_filename() on RENAME TABLEMarko Mäkelä2022-08-303-6/+33
| | | * MDEV-29258 Failing assertion for name length on RENAME TABLEMarko Mäkelä2022-08-305-8/+31
| | | * MDEV-29403 innodb.innodb_sys_semaphore_waits fails with wrong errno 5014bb-10.3-elenstElena Stepanova2022-08-281-2/+2
| | | * MDEV-29350 Crash when IN predicand is used in eliminated GROUP BY clauseIgor Babaev2022-08-253-1/+192
| | * | MDEV-18873 Server crashes in Compare_identifiers::operator or in my_strcasecm...tmokmss2022-08-266-0/+52
| * | | mariabackup: remove MySQL wordingDaniel Black2022-08-261-6/+6
| * | | MDEV-23607 MariaBackup - align required GRANTS to cmd optionsDaniel Black2022-08-263-9/+78
* | | | Ensure that source files contain only valid UTF8 encodings (#2188)anson10142022-08-304-60/+34
* | | | MDEV-29383 Assertion mysql_mutex_assert_owner(&log_sys.flush_order_mutex) fai...Marko Mäkelä2022-08-263-8/+12
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-08-2513-121/+317
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-08-258-60/+222
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2022-08-258-61/+223
| | |\ \ | | | |/
| | | * MDEV-29384 Hangs caused by innodb_adaptive_hash_index=ONMarko Mäkelä2022-08-251-40/+1
| | | * update a global_suppressions() listSergei Golubchik2022-08-251-1/+1
| | | * btr_search_drop_page_hash_index(): Remove a racey debug checkMarko Mäkelä2022-08-241-4/+1
| | | * MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
| | | * MDEV-29291 Assertion `!table->fts' failed in dict_table_can_be_evicted on SHU...Thirunarayanan Balathandayuthapani2022-08-241-1/+1
| | | * MDEV-29319 Assertion failure size_in_header >= space.free_limit in fsp_get_av...Thirunarayanan Balathandayuthapani2022-08-241-1/+3
| | | * MDEV-28294: set default role bypasses Replicate_Wild_Ignore_Table: mysql.%Brandon Nesterenko2022-08-223-12/+176
| * | | MDEV-29367 Refactor tpool::cacheVladislav Vaintroub2022-08-242-43/+89
* | | | MDEV-29081 trx_t::lock.was_chosen_as_deadlock_victim race in lock_wait_end()Vlad Lesin2022-08-2413-96/+271
* | | | MDEV-29314 Assertion `n_fields > n_cols' failed in dict_index_t::init_change...Thirunarayanan Balathandayuthapani2022-08-233-1/+25
* | | | Merge 10.5 into 10.6Nayuta Yanagisawa2022-08-231-4/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Nayuta Yanagisawa2022-08-231-4/+2
| |\ \ \ | | |/ /
| | * | Fix wrong diff introduced by merge commitbb-10.4-nayutaNayuta Yanagisawa2022-08-231-4/+2
* | | | MDEV-29355 Backport templatized INET6 implementation from 10.7 to 10.6Alexander Barkov2022-08-239-2112/+2174