mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Separated service thread framework to be used for update/delete purge (WL#3067) and group commit (WL#3080).
storage/maria/CMakeLists.txt: Added files of service thread framework. storage/maria/Makefile.am: Added files of service thread framework. storage/maria/ma_checkpoint.c: Separated service thread framework. storage/maria/ma_servicethread.c: Added files of service thread framework. storage/maria/ma_servicethread.h: Added files of service thread framework.
This commit is contained in:
parent
7dc83c5043
commit
08d61de720
5 changed files with 175 additions and 56 deletions
|
|
@ -43,7 +43,7 @@ SET(MARIA_SOURCES ma_init.c ma_open.c ma_extra.c ma_info.c ma_rkey.c
|
|||
ma_sp_key.c ma_control_file.c ma_loghandler.c
|
||||
ma_pagecache.c ma_pagecaches.c
|
||||
ma_checkpoint.c ma_recovery.c ma_commit.c ma_pagecrc.c
|
||||
ha_maria.h maria_def.h ma_recovery_util.c
|
||||
ha_maria.h maria_def.h ma_recovery_util.c ma_servicethread.c
|
||||
)
|
||||
|
||||
IF(NOT SOURCE_SUBLIBS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue