summaryrefslogtreecommitdiff
path: root/storage/innobase/srv/srv0start.cc
Commit message (Expand)AuthorAgeFilesLines
* WIP: Append to ib_logfile0Marko Mäkelä2021-07-261-3/+0
* WIP: Introduce separate ib_logdata fileMarko Mäkelä2021-07-261-23/+18
* MDEV-14425 WIP (breaks recovery): Remove fil_system.named_spacesMarko Mäkelä2021-07-261-2/+0
* MDEV-26195: Use a 32-bit data type for some tablespace fieldsMarko Mäkelä2021-07-221-20/+22
* MDEV-26193: Wake up purge less oftenMarko Mäkelä2021-07-221-1/+1
* merge 10.5 to 10.6Vladislav Vaintroub2021-07-161-1/+1
|\
| * MDEV-26166 replace log_write_up_to(LSN_MAX,...) with log_buffer_flush_to_disk()Vladislav Vaintroub2021-07-161-1/+1
* | Merge 10.5 into 10.6Marko Mäkelä2021-06-211-7/+14
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-06-211-7/+14
| |\
| | * After-merge fix: Remove duplicated codeMarko Mäkelä2021-06-211-5/+0
| | * Merge 10.3 into 10.4Marko Mäkelä2021-06-211-7/+19
| | |\
| | | * MDEV-15912: Remove traces of insert_undoMarko Mäkelä2021-06-211-7/+14
* | | | MDEV-25854: Remove garbage tables after restoring a backupMarko Mäkelä2021-06-171-1/+6
* | | | MDEV-25506 (3 of 3): Do not delete .ibd files before commitMarko Mäkelä2021-06-091-8/+0
* | | | MDEV-25791: Remove UNIV_INTERNMarko Mäkelä2021-05-271-3/+3
* | | | MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-241-1/+1
* | | | MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-211-5/+2
* | | | MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-7/+0
* | | | Cleanup: Remove unnecessary InnoDB log writesMarko Mäkelä2021-05-041-5/+1
* | | | MDEV-18518 Multi-table CREATE and DROP transactions for InnoDBMarko Mäkelä2021-05-041-7/+0
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-1/+1
| |\ \ \ | | |/ /
| | * | Merge 10.3 into 10.4Marko Mäkelä2021-04-141-1/+1
| | |\ \ | | | |/
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-04-091-1/+1
| | | |\
| | | | * MDEV-24197: Add "innodb_force_recovery" for "mariabackup --prepare"Srinidhi Kaushik2021-04-011-1/+1
* | | | | MDEV-25312 Replace fil_space_t::name with fil_space_t::name()bb-10.6-MDEV-25312Marko Mäkelä2021-04-071-24/+10
* | | | | Merge 10.5 into 10.6 (except MDEV-24630)Marko Mäkelä2021-03-301-4/+4
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-24302 follow-up: RESET MASTER hangsbb-10.5-MDEV-24302Marko Mäkelä2021-03-301-4/+4
* | | | | cleanup: os_thread_create -> std::threadEugene Kosov2021-03-191-1/+6
* | | | | cleanup: os_thread_yield() -> std::this_thread::yield()Eugene Kosov2021-03-191-1/+1
* | | | | cleanup: os_thread_sleep() -> std::this_thread::sleep_for()Eugene Kosov2021-03-191-2/+3
* | | | | MDEV-24883 add io_uring support for tpoolMarko Mäkelä2021-03-151-0/+5
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-1/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-2/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-24751: member call on fil_system.temp_space in innodb_shutdown()Marko Mäkelä2021-02-011-2/+4
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-071-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-23399 fixup: Use plain pthread_condMarko Mäkelä2021-02-071-4/+4
* | | | | MDEV-24671: Replace lock_wait_timeout_task with mysql_cond_timedwait()Marko Mäkelä2021-01-271-7/+1
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-01-071-0/+7
|\ \ \ \ \ | |/ / / /
| * | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-0/+11
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-12-231-0/+11
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2020-12-231-0/+11
| | | |\ \ | | | | |/
| | | | * MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-041-0/+11
| | * | | Merge 10.3 into 10.4Marko Mäkelä2020-08-201-2/+2
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2020-08-201-2/+2
| | | |\ \ | | | | |/
| | | | * MDEV-23475 InnoDB performance regression for write-heavy workloadsMarko Mäkelä2020-08-191-2/+2
* | | | | MDEV-21452: Replace ib_mutex_t with mysql_mutex_tMarko Mäkelä2020-12-151-17/+11
* | | | | MDEV-21452: Remove os_event_t, MUTEX_EVENT, TTASEventMutex, sync_arrayMarko Mäkelä2020-12-151-22/+6
* | | | | MDEV-21452: Replace all direct use of os_event_tMarko Mäkelä2020-12-151-5/+6